File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
integration-tests/src/test/java/oracle/kubernetes/operator Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -149,8 +149,6 @@ public void testRepickPrimary() throws Exception {
149
149
primaryServName1 .trim ().equals (primaryServName2 .trim ()));
150
150
151
151
// Restore test env
152
- // Wait some time for ms pod to become ready
153
- // Thread.sleep(30 * 1000);
154
152
TestUtils .checkPodReady (domainUid + "-" + primaryServName1 , domainNS );
155
153
156
154
logger .info (
@@ -209,8 +207,6 @@ public void testHttpSessionMigr() throws Exception {
209
207
"HTTP session state is NOT migrated!" , countattribute1 .equals (countattribute2 ));
210
208
211
209
// Restore test env
212
- // Wait some time for ms pod to become ready
213
- // Thread.sleep(30 * 1000);
214
210
TestUtils .checkPodReady (domainUid + "-" + primaryServName1 , domainNS );
215
211
216
212
logger .info ("SUCCESS - " + testMethodName + ". HTTP session state is migrated!" );
You can’t perform that action at this time.
0 commit comments