Skip to content

Commit

Permalink
Delete comment
Browse files Browse the repository at this point in the history
Signed-off-by: frherrer <frherrer@redhat.com>
  • Loading branch information
fjglira committed Sep 24, 2024
1 parent 1c78e2c commit c9e5bcd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/e2e/common-operator-integ-suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.'"
Expand Down

0 comments on commit c9e5bcd

Please sign in to comment.