Skip to content

Commit

Permalink
[FLINK-17768][network] Disable UnalignedCheckpointITCase
Browse files Browse the repository at this point in the history
  • Loading branch information
pnowojski committed May 18, 2020
1 parent af06c19 commit 591aebc
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 org.apache.flink.util.TestLogger;

import org.apache.commons.lang3.ArrayUtils;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ErrorCollector;
Expand Down Expand Up @@ -101,6 +102,7 @@
* <li>The number of successful checkpoints is indeed {@code >=n}.</li>
* </ul>
*/
@Ignore
public class UnalignedCheckpointITCase extends TestLogger {
public static final String NUM_INPUTS = "inputs";
public static final String NUM_OUTPUTS = "outputs";
Expand Down

0 comments on commit 591aebc

Please sign in to comment.