diff --git a/test/e2e-tests.sh b/test/e2e-tests.sh index bec457e18..65eb79d4f 100755 --- a/test/e2e-tests.sh +++ b/test/e2e-tests.sh @@ -16,6 +16,7 @@ source $(dirname $0)/e2e-common.sh +export ENABLE_GKE_TELEMETRY=true # Script entry point. initialize "$@" --cluster-version=1.28 @@ -26,13 +27,13 @@ failed=0 if [[ "$GATEWAY_TESTS_ONLY" -eq "0" ]]; then knative_conformance || failed=1 - test_ha || failed=1 - test_e2e || failed=1 + # test_ha || failed=1 + # test_e2e || failed=1 fi -if [[ "${JOB_NAME:-unknown}" == *"continuous"* ]] || (( GATEWAY_TESTS_ONLY )); then - gateway_conformance || true # this is informational -fi +# if [[ "${JOB_NAME:-unknown}" == *"continuous"* ]] || (( GATEWAY_TESTS_ONLY )); then +# gateway_conformance || true # this is informational +# fi