diff --git a/ci-operator/step-registry/hypershift/aws/oadp-setup/hypershift-aws-oadp-setup-commands.sh b/ci-operator/step-registry/hypershift/aws/oadp-setup/hypershift-aws-oadp-setup-commands.sh index 76caf7cec3adf..91f7964e781d2 100755 --- a/ci-operator/step-registry/hypershift/aws/oadp-setup/hypershift-aws-oadp-setup-commands.sh +++ b/ci-operator/step-registry/hypershift/aws/oadp-setup/hypershift-aws-oadp-setup-commands.sh @@ -97,22 +97,4 @@ spec: profile: default EOF -# Create VolumeSnapshotLocation -echo "Creating VolumeSnapshotLocation..." -cat </dev/null) == \"True\" ]]; do sleep 15; done" timeout 5m bash -c "until [[ \$(oc get backupStorageLocation/${CLUSTER_NAME} -n openshift-adp -o jsonpath='{.status.phase}' 2>/dev/null) == \"Available\" ]]; do sleep 15; done"