Skip to content

Commit

Permalink
Disable update test (#1121)
Browse files Browse the repository at this point in the history
See: #938

Co-authored-by: dprotaso <[email protected]>
  • Loading branch information
knative-prow-robot and dprotaso authored Jun 1, 2023
1 parent 77abf62 commit 351e017
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 351e017

Please sign in to comment.