Skip to content

Commit

Permalink
Skip flaky test
Browse files Browse the repository at this point in the history
Skip taskTimeoutWillRescheduleTheTaskOnTheGlobalList because it is flaky
  • Loading branch information
Quinn-With-Two-Ns committed Dec 2, 2024
1 parent fcc0343 commit 15c1d2e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
import java.util.concurrent.TimeUnit;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;

public class WorkflowCachingTest {
Expand Down Expand Up @@ -137,6 +138,7 @@ public void taskFailureWillRescheduleTheTaskOnTheGlobalList() throws Exception {
}

@Test
@Ignore("https://github.com/temporalio/sdk-java/issues/2333")
public void taskTimeoutWillRescheduleTheTaskOnTheGlobalList() throws Exception {
TestServiceUtils.startWorkflowExecution(
NAMESPACE,
Expand Down

0 comments on commit 15c1d2e

Please sign in to comment.