We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e466744 commit 953c8e3Copy full SHA for 953c8e3
test/e2e-upgrade-tests.sh
@@ -41,6 +41,8 @@ readonly EVENTING_PROBER_FILE="/tmp/prober-signal-eventing"
41
# TODO: remove when components can coexist in same namespace
42
export TEST_EVENTING_NAMESPACE=knative-eventing
43
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
46
47
function install_previous_operator_release() {
48
install_istio || fail_test "Istio installation failed"
0 commit comments