We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9fc03c commit 28d2d3dCopy full SHA for 28d2d3d
integration-tests/src/test/java/oracle/kubernetes/operator/ITOperator.java
@@ -237,7 +237,7 @@ public void test9CreateDomainOnExistingDir() throws Exception {
237
if (domain1 == null) {
238
domain1 = TestUtils.createDomain(domain1YamlFile);
239
// create domain on existing dir
240
- // domain1.destroy();
+ domain1.destroy();
241
}
242
logger.info("domain1 " + domain1);
243
domain1.createDomainOnExistingDirectory();
0 commit comments