File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
integration-tests/src/test/java/oracle/kubernetes/operator Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ public static void staticUnPrepare() throws Exception {
54
54
logger .info ("BEGIN" );
55
55
logger .info ("Run once, release cluster lease" );
56
56
57
- // tearDown(new Object() {}.getClass().getEnclosingClass().getSimpleName());
57
+ tearDown (new Object () {}.getClass ().getEnclosingClass ().getSimpleName ());
58
58
59
59
logger .info ("SUCCESS" );
60
60
}
@@ -95,8 +95,8 @@ public void testDomainOnPVUsingWLST() throws Exception {
95
95
96
96
testCompletedSuccessfully = true ;
97
97
} finally {
98
- /* if (domain != null && !SMOKETEST && (JENKINS || testCompletedSuccessfully))
99
- domain.shutdownUsingServerStartPolicy(); */
98
+ if (domain != null && !SMOKETEST && (JENKINS || testCompletedSuccessfully ))
99
+ domain .shutdownUsingServerStartPolicy ();
100
100
}
101
101
102
102
logger .info ("SUCCESS - " + testMethodName );
You can’t perform that action at this time.
0 commit comments