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() {
340340 boolean checkApp = checkAppUsingHostHeader (url , domainNamespace + ".org" );
341341 assertTrue (checkApp , "Failed to access WebLogic application" );
342342
343- // Refer JIRA https://jira.oraclecorp.com/jira/browse/ OWLS-86407
343+ // Refer JIRA OWLS-86407
344344 // Stop and Start the managed server in absense of administration server
345345 assertTrue (patchServerStartPolicy (domainUid , domainNamespace ,
346346 "/spec/adminServer/serverStartPolicy" , "NEVER" ),
Original file line number Diff line number Diff line change @@ -909,7 +909,7 @@ public void testStartManagedServerBeyondMaxClusterLimit() {
909909 }
910910
911911 /**
912- * Refer JIRA https://jira.oraclecorp.com/jira/browse/ OWLS-86251
912+ * Refer JIRA OWLS-86251
913913 * Once the admin server is stopped, operator can not start a new managed
914914 * server from scratch if it has never been started earlier with
915915 * administration server. Once the administration server is stopped,
@@ -991,7 +991,7 @@ public void testDynamicServerLifeCycleWithoutAdmin() {
991991 }
992992
993993 /**
994- * Refer JIRA https://jira.oraclecorp.com/jira/browse/ OWLS-86251
994+ * Refer JIRA OWLS-86251
995995 * Once the admin server is stopped, operator can not start a new managed
996996 * server from scratch if it has never been started earlier with
997997 * administration Server. Once the administration server is stopped, the
You can’t perform that action at this time.
0 commit comments