File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
integration-tests/src/test/java/oracle/weblogic/kubernetes Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ public void testIstioDomainHomeInPv() {
340
340
boolean checkApp = checkAppUsingHostHeader (url , domainNamespace + ".org" );
341
341
assertTrue (checkApp , "Failed to access WebLogic application" );
342
342
343
- // Refer JIRA https://jira.oraclecorp.com/jira/browse/ OWLS-86407
343
+ // Refer JIRA OWLS-86407
344
344
// Stop and Start the managed server in absense of administration server
345
345
assertTrue (patchServerStartPolicy (domainUid , domainNamespace ,
346
346
"/spec/adminServer/serverStartPolicy" , "NEVER" ),
Original file line number Diff line number Diff line change @@ -909,7 +909,7 @@ public void testStartManagedServerBeyondMaxClusterLimit() {
909
909
}
910
910
911
911
/**
912
- * Refer JIRA https://jira.oraclecorp.com/jira/browse/ OWLS-86251
912
+ * Refer JIRA OWLS-86251
913
913
* Once the admin server is stopped, operator can not start a new managed
914
914
* server from scratch if it has never been started earlier with
915
915
* administration server. Once the administration server is stopped,
@@ -991,7 +991,7 @@ public void testDynamicServerLifeCycleWithoutAdmin() {
991
991
}
992
992
993
993
/**
994
- * Refer JIRA https://jira.oraclecorp.com/jira/browse/ OWLS-86251
994
+ * Refer JIRA OWLS-86251
995
995
* Once the admin server is stopped, operator can not start a new managed
996
996
* server from scratch if it has never been started earlier with
997
997
* administration Server. Once the administration server is stopped, the
You can’t perform that action at this time.
0 commit comments