Skip to content

Commit 5212a34

Browse files
Skip flaky test (#2334)
Skip taskTimeoutWillRescheduleTheTaskOnTheGlobalList because it is flaky
1 parent fcc0343 commit 5212a34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

temporal-test-server/src/test/java/io/temporal/testserver/functional/WorkflowCachingTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
import java.util.concurrent.TimeUnit;
4545
import org.junit.After;
4646
import org.junit.Before;
47+
import org.junit.Ignore;
4748
import org.junit.Test;
4849

4950
public class WorkflowCachingTest {
@@ -137,6 +138,7 @@ public void taskFailureWillRescheduleTheTaskOnTheGlobalList() throws Exception {
137138
}
138139

139140
@Test
141+
@Ignore("https://github.com/temporalio/sdk-java/issues/2333")
140142
public void taskTimeoutWillRescheduleTheTaskOnTheGlobalList() throws Exception {
141143
TestServiceUtils.startWorkflowExecution(
142144
NAMESPACE,

0 commit comments

Comments
 (0)