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()
64
64
65
65
@ Override
66
66
@ Test
67
- @ Ignore ("https://jira.oraclecorp.com/jira/browse/ COH-23971" )
67
+ @ Ignore ("COH-23971" )
68
68
public void shouldFailOverLongRunningTest ()
69
69
{
70
70
Utils .assertWithFailureAction (super ::shouldFailOverLongRunningTest , this ::dumpExecutorCacheStates );
71
71
}
72
72
73
73
@ Override
74
74
@ Test
75
- @ Ignore ("https://jira.oraclecorp.com/jira/browse/ COH-23971" )
75
+ @ Ignore ("COH-23971" )
76
76
public void shouldCallRunnableAfterFailOverLongRunning ()
77
77
{
78
78
Utils .assertWithFailureAction (super ::shouldCallRunnableAfterFailOverLongRunning , this ::dumpExecutorCacheStates );
@@ -206,7 +206,7 @@ public void shouldRunMultiLongRunningCronTasks()
206
206
207
207
@ Override
208
208
@ Test
209
- @ Ignore ("https://jira.oraclecorp.com/jira/browse/ COH-23971" )
209
+ @ Ignore ("COH-23971" )
210
210
public void shouldRunMultipleTasks ()
211
211
{
212
212
Utils .assertWithFailureAction (super ::shouldRunMultipleTasks , this ::dumpExecutorCacheStates );
Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ public void shouldShutdownNowWithExecutorsWithTasks()
348
348
349
349
@ Override
350
350
@ Test
351
- @ Ignore ("https://jira.oraclecorp.com/jira/browse/ COH-23998" )
351
+ @ Ignore ("COH-23998" )
352
352
public void shouldRetainTask ()
353
353
{
354
354
Utils .assertWithFailureAction (super ::shouldRetainTask , this ::dumpExecutorCacheStates );
You can’t perform that action at this time.
0 commit comments