diff --git a/test/e2e-tests.sh b/test/e2e-tests.sh index 85e1557c0..febce881a 100755 --- a/test/e2e-tests.sh +++ b/test/e2e-tests.sh @@ -28,7 +28,7 @@ knative_conformance || failed=1 test_ha || failed=1 test_e2e || failed=1 -if [[ "${JOB_NAME:-unknown}" == *"nightly"* ]]; then +if [[ "${JOB_NAME:-unknown}" == *"continuous"* ]]; then gateway_conformance || true # this is informational fi