We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc0343 commit 5212a34Copy full SHA for 5212a34
temporal-test-server/src/test/java/io/temporal/testserver/functional/WorkflowCachingTest.java
@@ -44,6 +44,7 @@
44
import java.util.concurrent.TimeUnit;
45
import org.junit.After;
46
import org.junit.Before;
47
+import org.junit.Ignore;
48
import org.junit.Test;
49
50
public class WorkflowCachingTest {
@@ -137,6 +138,7 @@ public void taskFailureWillRescheduleTheTaskOnTheGlobalList() throws Exception {
137
138
}
139
140
@Test
141
+ @Ignore("https://github.com/temporalio/sdk-java/issues/2333")
142
public void taskTimeoutWillRescheduleTheTaskOnTheGlobalList() throws Exception {
143
TestServiceUtils.startWorkflowExecution(
144
NAMESPACE,
0 commit comments