You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by pn...@apache.org on 2020/06/12 15:24:02 UTC

[flink] branch release-1.11 updated: [FLINK-17315][tests] Ignore unstable UnalignedCheckpointITCase one more time

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 <pi...@gmail.com>
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";