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 6cf3453 commit b37d332Copy full SHA for b37d332
integration-tests/src/test/java/oracle/kubernetes/operator/ITPodsShutdown.java
@@ -431,7 +431,7 @@ private static Domain createDomain() throws Exception {
431
private static void updateCRDYamlVerifyShutdown(DomainCRD crd, long delayTime) throws Exception {
432
String modYaml = crd.getYamlTree();
433
logger.info(modYaml);
434
-
+ terminationTime = 0;
435
// Write the modified yaml to a new file
436
Path path = Paths.get(shutdownTmpDir, "shutdown.managed.yaml");
437
logger.log(Level.INFO, "Path of the modified domain.yaml :{0}", path.toString());
0 commit comments