Skip to content

Commit 22f3087

Browse files
committed
shutdown domain after test completes
1 parent 5f3d31a commit 22f3087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public void test5CreateConfiguredDomainInTest2NS() throws Exception {
160160
operator1 = TestUtils.createOperator(op1YamlFile);
161161
}
162162
// if (domain1 == null) {
163-
domain1 = TestUtils.createDomain(domain1YamlFile);
163+
domain1 = TestUtils.createDomain(domain1YamlFile);
164164
// }
165165
logger.info("Checking if operator2 is running, if not creating");
166166
if (operator2 == null) {

0 commit comments

Comments
 (0)