Skip to content

Commit 953c8e3

Browse files
authored
Don't wait for Ksvc to scale to zero (knative#299)
1 parent e466744 commit 953c8e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/e2e-upgrade-tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ readonly EVENTING_PROBER_FILE="/tmp/prober-signal-eventing"
4141
# TODO: remove when components can coexist in same namespace
4242
export TEST_EVENTING_NAMESPACE=knative-eventing
4343
export E2E_UPGRADE_TESTS_SERVING_USE=true
44+
# FIXME(ksuszyns): remove when knative/operator#297 is fixed
45+
export E2E_UPGRADE_TESTS_SERVING_SCALETOZERO=false
4446

4547
function install_previous_operator_release() {
4648
install_istio || fail_test "Istio installation failed"

0 commit comments

Comments
 (0)