Skip to content

Commit

Permalink
[FLINK-17315][tests] Temporary disable UnalignedCheckpointITCase.
Browse files Browse the repository at this point in the history
Apparently, it's causing deadlocks.
  • Loading branch information
Arvid Heise authored and rmetzger committed May 1, 2020
1 parent 9740469 commit 1f036d7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
import org.apache.flink.util.TestLogger;

import org.hamcrest.Matchers;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TemporaryFolder;
Expand All @@ -49,6 +50,7 @@
/**
* Integration test for performing the unaligned checkpoint.
*/
@Ignore("Unstable")
public class UnalignedCheckpointITCase extends TestLogger {
public static final String NUM_COMPLETED_CHECKPOINTS = "numCompletedCheckpoints";

Expand Down

0 comments on commit 1f036d7

Please sign in to comment.