Skip to content

Commit a4db714

Browse files
committed
fix
1 parent 2bf636e commit a4db714

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ public void testCreateDomainTwoClusterWDTInImage() throws Exception {
248248
Paths.get(wdttemplate + ".org"),
249249
Paths.get(wdttemplate),
250250
StandardCopyOption.REPLACE_EXISTING);
251+
Files.deleteIfExists(Paths.get(wdttemplate + ".org"));
251252
}
252253
}
253254
logger.log(Level.INFO, "SUCCESS - {0}", testMethodName);

0 commit comments

Comments
 (0)