File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
integration-tests/src/test/java/oracle/kubernetes/operator Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -159,9 +159,9 @@ public void test5CreateConfiguredDomainInTest2NS() throws Exception {
159
159
if (operator1 == null ) {
160
160
operator1 = TestUtils .createOperator (op1YamlFile );
161
161
}
162
- if (domain1 == null ) {
162
+ // if (domain1 == null) {
163
163
domain1 = TestUtils .createDomain (domain1YamlFile );
164
- }
164
+ // }
165
165
logger .info ("Checking if operator2 is running, if not creating" );
166
166
if (operator2 == null ) {
167
167
operator2 = TestUtils .createOperator (op2YamlFile );
@@ -184,6 +184,7 @@ public void test5CreateConfiguredDomainInTest2NS() throws Exception {
184
184
logger .info ("Verify no impact on domain4" );
185
185
domain4 .verifyDomainCreated ();
186
186
domain4 .destroy ();
187
+ domain1 .destroy ();
187
188
logger .info ("SUCCESS - test5CreateConfiguredDomainInTest2NS" );
188
189
}
189
190
You can’t perform that action at this time.
0 commit comments