Skip to content

Commit 28d2d3d

Browse files
committed
shutdown domain after test completes
1 parent f9fc03c commit 28d2d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ public void test9CreateDomainOnExistingDir() throws Exception {
237237
if (domain1 == null) {
238238
domain1 = TestUtils.createDomain(domain1YamlFile);
239239
// create domain on existing dir
240-
// domain1.destroy();
240+
domain1.destroy();
241241
}
242242
logger.info("domain1 " + domain1);
243243
domain1.createDomainOnExistingDirectory();

0 commit comments

Comments
 (0)