From 8996ac7692fff4e2b90ad6db657e528b7745a445 Mon Sep 17 00:00:00 2001 From: Martin Gencur Date: Mon, 30 Aug 2021 14:32:39 +0200 Subject: [PATCH] TMP: Test Tekton in presubmits --- test/e2e-tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/e2e-tests.sh b/test/e2e-tests.sh index a12b94c2b5..3c02c7ff38 100755 --- a/test/e2e-tests.sh +++ b/test/e2e-tests.sh @@ -51,7 +51,8 @@ run() { integration_test() { header "Running tests for Knative Serving $KNATIVE_SERVING_VERSION and Eventing $KNATIVE_EVENTING_VERSION" - go_test_e2e -timeout=45m ./test/e2e || fail_test + bash ./test/tekton-tests.sh + #go_test_e2e -timeout=45m ./test/e2e || fail_test } smoke_test_clean_up(){