File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
integration-tests/src/test/java/oracle/weblogic/kubernetes Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,7 @@ void testMiiChangeDomainName() {
145
145
// Verifying introspector pod is deleted
146
146
logger .info ("Verifying introspector pod is deleted" );
147
147
checkPodDoesNotExist (getIntrospectJobName (domainUid ), domainUid , helper .domainNamespace );
148
+ checkOperatorLogIntrospectorMsg ();
148
149
}
149
150
150
151
/**
@@ -249,9 +250,7 @@ void testMiiChangeSSL() {
249
250
* the Domain resource specified 'spec.configuration.model.onlineUpdate.enabled=true',
250
251
* but there are unsupported model changes for online update.
251
252
*/
252
- @ Test
253
- @ DisplayName ("verify the operator logs introspector job messages" )
254
- void testOperatorLogIntrospectorMsg () {
253
+ void checkOperatorLogIntrospectorMsg () {
255
254
String operatorPodName =
256
255
assertDoesNotThrow (() -> getOperatorPodName (OPERATOR_RELEASE_NAME , helper .opNamespace ));
257
256
logger .info ("operator pod name: {0}" , operatorPodName );
You can’t perform that action at this time.
0 commit comments