Skip to content

Commit

Permalink
Disable update test
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso authored and knative-prow-robot committed Jun 1, 2023
1 parent 77abf62 commit 3ae318c
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions test/e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,19 @@ initialize $@ --skip-istio-addon

# TODO Re-enable conformance tests for mesh when everything's been fixed
# https://github.com/knative-sandbox/net-istio/issues/584
#
# Also update tests are super flakey and need to be fixed
# https://github.com/knative-sandbox/net-istio/issues/938
#
if [[ $MESH -eq 0 ]]; then
go_test_e2e -timeout=60m ./test/conformance --parallel 12 \
--enable-beta --enable-alpha || fail_test
go_test_e2e \
-timeout 60m \
-parallel 12 \
./test/conformance \
-args \
-enable-alpha \
-enable-beta \
-skip-tests update || fail_test
fi

go_test_e2e -timeout=10m \
Expand Down

0 comments on commit 3ae318c

Please sign in to comment.