File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
prj/test/functional/executor/src/main/java/executor Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,15 +64,15 @@ public void shouldWorkWithServerRemoved()
6464
6565 @ Override
6666 @ Test
67- @ Ignore ("https://jira.oraclecorp.com/jira/browse/ COH-23971" )
67+ @ Ignore ("COH-23971" )
6868 public void shouldFailOverLongRunningTest ()
6969 {
7070 Utils .assertWithFailureAction (super ::shouldFailOverLongRunningTest , this ::dumpExecutorCacheStates );
7171 }
7272
7373 @ Override
7474 @ Test
75- @ Ignore ("https://jira.oraclecorp.com/jira/browse/ COH-23971" )
75+ @ Ignore ("COH-23971" )
7676 public void shouldCallRunnableAfterFailOverLongRunning ()
7777 {
7878 Utils .assertWithFailureAction (super ::shouldCallRunnableAfterFailOverLongRunning , this ::dumpExecutorCacheStates );
@@ -206,7 +206,7 @@ public void shouldRunMultiLongRunningCronTasks()
206206
207207 @ Override
208208 @ Test
209- @ Ignore ("https://jira.oraclecorp.com/jira/browse/ COH-23971" )
209+ @ Ignore ("COH-23971" )
210210 public void shouldRunMultipleTasks ()
211211 {
212212 Utils .assertWithFailureAction (super ::shouldRunMultipleTasks , this ::dumpExecutorCacheStates );
Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ public void shouldShutdownNowWithExecutorsWithTasks()
348348
349349 @ Override
350350 @ Test
351- @ Ignore ("https://jira.oraclecorp.com/jira/browse/ COH-23998" )
351+ @ Ignore ("COH-23998" )
352352 public void shouldRetainTask ()
353353 {
354354 Utils .assertWithFailureAction (super ::shouldRetainTask , this ::dumpExecutorCacheStates );
You can’t perform that action at this time.
0 commit comments