diff --git a/tests/e2e/common-operator-integ-suite.sh b/tests/e2e/common-operator-integ-suite.sh index 64a7aef15..f1f4b8a96 100755 --- a/tests/e2e/common-operator-integ-suite.sh +++ b/tests/e2e/common-operator-integ-suite.sh @@ -32,7 +32,7 @@ parse_flags() { SKIP_DEPLOY=${SKIP_DEPLOY:-false} OLM=${OLM:-false} DESCRIBE=false - MULTICLUSTER=false + MULTICLUSTER=${MULTICLUSTER:-false} while [ $# -gt 0 ]; do case "$1" in --ocp)