From 3569e502b3362eae35a95307bbe2c1ce36a728ca Mon Sep 17 00:00:00 2001 From: dprotaso Date: Tue, 18 Jun 2024 13:18:27 -0400 Subject: [PATCH] debug --- test/e2e-tests.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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