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 a42614a commit 64bcc89Copy full SHA for 64bcc89
integration-tests/src/test/java/oracle/kubernetes/operator/ITMultipleClusters.java
@@ -243,6 +243,9 @@ public void testCreateDomainTwoClusterWDTInImage() throws Exception {
243
domain.destroy();
244
}
245
restoreDomainTemplate();
246
+ if (Files.exists(Paths.get(wdttemplate + ".org"))) {
247
+ Files.copy(Paths.get(wdttemplate + ".org"), Paths.get(wdttemplate));
248
+ }
249
250
logger.log(Level.INFO, "SUCCESS - {0}", testMethodName);
251
0 commit comments