Skip to content

Commit

Permalink
TMP: Test Tekton in presubmits
Browse files Browse the repository at this point in the history
  • Loading branch information
mgencur committed Aug 30, 2021
1 parent 644ed1d commit 8996ac7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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(){
Expand Down

0 comments on commit 8996ac7

Please sign in to comment.