Skip to content

Commit 337b9f9

Browse files
committed
fix
1 parent bfb6303 commit 337b9f9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/ITOperatorUpgrade.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,10 @@ private void setupOperatorAndDomain(String operatorGitRelease, String operatorRe
7474
domain = TestUtils.createDomain(wlstDomainMap);
7575
Thread.sleep(1000 * 60);
7676
TestUtils.ExecAndPrintLog("kubectl get all --all-namespaces");
77-
domain.verifyDomainCreated();
77+
// domain.verifyDomainCreated();
78+
domain.verifyPodsCreated();
79+
domain.verifyServicesCreated();
80+
domain.verifyServersReady();
7881
// testBasicUseCases(domain);
7982
// testClusterScaling(operator20, domain);
8083
printCompVersions();

0 commit comments

Comments
 (0)