Skip to content

Commit 64bcc89

Browse files
committed
restore the wdt template
1 parent a42614a commit 64bcc89

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,9 @@ public void testCreateDomainTwoClusterWDTInImage() throws Exception {
243243
domain.destroy();
244244
}
245245
restoreDomainTemplate();
246+
if (Files.exists(Paths.get(wdttemplate + ".org"))) {
247+
Files.copy(Paths.get(wdttemplate + ".org"), Paths.get(wdttemplate));
248+
}
246249
}
247250
logger.log(Level.INFO, "SUCCESS - {0}", testMethodName);
248251
}

0 commit comments

Comments
 (0)