Skip to content

Commit 250ece7

Browse files
committed
revert change
1 parent 742619e commit 250ece7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public static void staticUnPrepare() throws Exception {
5454
logger.info("BEGIN");
5555
logger.info("Run once, release cluster lease");
5656

57-
// tearDown(new Object() {}.getClass().getEnclosingClass().getSimpleName());
57+
tearDown(new Object() {}.getClass().getEnclosingClass().getSimpleName());
5858

5959
logger.info("SUCCESS");
6060
}
@@ -95,8 +95,8 @@ public void testDomainOnPVUsingWLST() throws Exception {
9595

9696
testCompletedSuccessfully = true;
9797
} finally {
98-
/* if (domain != null && !SMOKETEST && (JENKINS || testCompletedSuccessfully))
99-
domain.shutdownUsingServerStartPolicy(); */
98+
if (domain != null && !SMOKETEST && (JENKINS || testCompletedSuccessfully))
99+
domain.shutdownUsingServerStartPolicy();
100100
}
101101

102102
logger.info("SUCCESS - " + testMethodName);

0 commit comments

Comments
 (0)