File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
integration-tests/src/test/java/oracle/kubernetes/operator Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 17
17
import org .junit .BeforeClass ;
18
18
import org .junit .FixMethodOrder ;
19
19
import org .junit .Test ;
20
+ import org .junit .Assume ;
20
21
import org .junit .runners .MethodSorters ;
21
22
22
23
import oracle .kubernetes .operator .utils .Domain ;
Original file line number Diff line number Diff line change @@ -1248,7 +1248,7 @@ protected void callCreateDomainScript(String outputDir) throws Exception {
1248
1248
1249
1249
// write configOverride and configOverrideSecrets to domain.yaml and/or create domain
1250
1250
if (domainMap .containsKey ("configOverrides" ) || domainMap .containsKey ("domainHomeImageBase" )
1251
- || createDomainResource ) {
1251
+ || ! createDomainResource ) {
1252
1252
appendToDomainYamlAndCreate ();
1253
1253
}
1254
1254
}
You can’t perform that action at this time.
0 commit comments