This is an automated email from the ASF dual-hosted git repository.
pnowojski pushed a commit to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.11 by this push:
new 6e54e0f [FLINK-17315][tests] Ignore unstable
UnalignedCheckpointITCase one more time
6e54e0f is described below
commit 6e54e0ffe42f13913aeaa7ffbe7df0c46ef9372c
Author: Piotr Nowojski <[email protected]>
AuthorDate: Fri Jun 12 17:17:02 2020 +0200
[FLINK-17315][tests] Ignore unstable UnalignedCheckpointITCase one more time
---
.../org/apache/flink/test/checkpointing/UnalignedCheckpointITCase.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/flink-tests/src/test/java/org/apache/flink/test/checkpointing/UnalignedCheckpointITCase.java
b/flink-tests/src/test/java/org/apache/flink/test/checkpointing/UnalignedCheckpointITCase.java
index 6211077..47e7007 100644
---
a/flink-tests/src/test/java/org/apache/flink/test/checkpointing/UnalignedCheckpointITCase.java
+++
b/flink-tests/src/test/java/org/apache/flink/test/checkpointing/UnalignedCheckpointITCase.java
@@ -44,6 +44,7 @@ import
org.apache.flink.streaming.api.functions.source.RichParallelSourceFunctio
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;
@@ -101,6 +102,7 @@ import static org.hamcrest.Matchers.greaterThan;
* <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";