Skip to content

Commit c12fa33

Browse files
committed
simplified delete1
1 parent fff853b commit c12fa33

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
import oracle.kubernetes.operator.utils.ExecResult;
1919
import oracle.kubernetes.operator.utils.Operator;
2020
import oracle.kubernetes.operator.utils.TestUtils;
21+
import org.junit.AfterClass;
2122
import org.junit.Assert;
2223
import org.junit.Assume;
2324
import org.junit.BeforeClass;
@@ -76,8 +77,8 @@ public static void staticPrepare() throws Exception {
7677
Assert.assertNotNull(domain);
7778
domainUid = domain.getDomainUid();
7879
domainNS = domain.getDomainNS();
79-
BaseTest.setWaitTimePod(2);
80-
BaseTest.setMaxIterationsPod(100);
80+
// BaseTest.setWaitTimePod(2);
81+
// BaseTest.setMaxIterationsPod(100);
8182
}
8283
}
8384

@@ -86,7 +87,7 @@ public static void staticPrepare() throws Exception {
8687
*
8788
* @throws Exception
8889
*/
89-
// @AfterClass
90+
@AfterClass
9091
public static void staticUnPrepare() throws Exception {
9192
if (!QUICKTEST) {
9293
logger.info("+++++++++++++++++++++++++++++++++---------------------------------+");

0 commit comments

Comments
 (0)