This is an automated email from the ASF dual-hosted git repository.
pnowojski pushed a commit to branch release-1.12
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.12 by this push:
new 7f23735 [FLINK-20654][tests] Ignore UnalignedCheckpointITCase until
resolved
7f23735 is described below
commit 7f23735f433ad151695749d94f7ef2fdbec3ac70
Author: Roman Khachatryan <[email protected]>
AuthorDate: Wed Dec 23 08:07:30 2020 +0100
[FLINK-20654][tests] Ignore UnalignedCheckpointITCase until resolved
---
.../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 da168a7..ec2ea1f 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
@@ -38,6 +38,7 @@ import
org.apache.flink.streaming.api.functions.KeyedProcessFunction;
import org.apache.flink.streaming.api.functions.co.RichCoFlatMapFunction;
import org.apache.flink.util.Collector;
+import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;
@@ -154,6 +155,7 @@ public class UnalignedCheckpointITCase extends
UnalignedCheckpointTestBase {
}
@Test
+ @Ignore
public void execute() throws Exception {
execute(settings);
}