Skip to content

Commit 15d4c6c

Browse files
authored
[wko-nightly] Fix the failure from ItMiiClusterResource/testSharedClusterResource to delete shared-cluster (#3891)
* [wko-nightly] Fix the failure from ItMiiClusterResource/testSharedClusterResource to delete shared-cluster
1 parent 6a2eea1 commit 15d4c6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration-tests/src/test/java/oracle/weblogic/kubernetes/utils/ClusterUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ public static void deleteClusterCustomResourceAndVerify(String clusterName, Stri
119119
Cluster.deleteClusterCustomResource(clusterName, namespace);
120120

121121
testUntil(
122+
withLongRetryPolicy,
122123
clusterDoesNotExist(clusterName, CLUSTER_VERSION, namespace),
123-
getLogger(),
124-
"cluster {0} to be created in namespace {1}",
124+
getLogger(), "Waiting to delete cluster custom resource {0} in namespace {1}",
125125
clusterName,
126126
namespace);
127127
}

0 commit comments

Comments
 (0)