diff --git a/test/e2e-tests.sh b/test/e2e-tests.sh index a12b94c2b5..9bdd5d5808 100755 --- a/test/e2e-tests.sh +++ b/test/e2e-tests.sh @@ -36,14 +36,15 @@ source $(dirname $0)/common.sh export PATH=$PATH:${REPO_ROOT_DIR} run() { - # Create cluster - initialize $@ --skip-istio-addon - - # Smoke test - eval smoke_test || fail_test - - # Integration test - eval integration_test || fail_test + ./tekton-tests.sh +# # Create cluster +# initialize $@ --skip-istio-addon +# +# # Smoke test +# eval smoke_test || fail_test +# +# # Integration test +# eval integration_test || fail_test success }