From c9e5bcd2855589dd9df28264a962e3a42ad406c4 Mon Sep 17 00:00:00 2001 From: frherrer Date: Tue, 24 Sep 2024 09:14:12 +0000 Subject: [PATCH] Delete comment Signed-off-by: frherrer --- tests/e2e/common-operator-integ-suite.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/e2e/common-operator-integ-suite.sh b/tests/e2e/common-operator-integ-suite.sh index d2910a22b..482d8fced 100755 --- a/tests/e2e/common-operator-integ-suite.sh +++ b/tests/e2e/common-operator-integ-suite.sh @@ -234,9 +234,6 @@ if [ "${SKIP_BUILD}" == "false" ]; then # Install OLM in the cluster because it's not available by default in kind. ${OPERATOR_SDK} olm install - # List the condition of the catalogsource to check if it's ready - - # Wait for for the CatalogSource to be CatalogSource.status.connectionState.lastObservedState == READY timeout --foreground -v -s SIGHUP -k ${TIMEOUT} ${TIMEOUT} bash --verbose -c \ "until ${COMMAND} get CatalogSource operatorhubio-catalog -n olm -o jsonpath='{.status.connectionState.lastObservedState}' | grep -q READY; do sleep 5; done && echo 'The CatalogSource is Ready.'"