This is an automated email from the ASF dual-hosted git repository.

gaoyunhaii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 208f08b406a [FLINK-28860][tests] Disable CacheITCase temporarily
208f08b406a is described below

commit 208f08b406a7fd48890cda16d317a30ee892a2e7
Author: sxnan <suxuanna...@gmail.com>
AuthorDate: Tue Aug 9 16:41:50 2022 +0800

    [FLINK-28860][tests] Disable CacheITCase temporarily
    
    This closes #20512.
---
 .../test/java/org/apache/flink/test/streaming/runtime/CacheITCase.java  | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/flink-tests/src/test/java/org/apache/flink/test/streaming/runtime/CacheITCase.java
 
b/flink-tests/src/test/java/org/apache/flink/test/streaming/runtime/CacheITCase.java
index b3cd7298a56..935c715aabd 100644
--- 
a/flink-tests/src/test/java/org/apache/flink/test/streaming/runtime/CacheITCase.java
+++ 
b/flink-tests/src/test/java/org/apache/flink/test/streaming/runtime/CacheITCase.java
@@ -48,6 +48,7 @@ import org.apache.flink.util.OutputTag;
 import org.apache.commons.io.FileUtils;
 import org.junit.jupiter.api.AfterEach;
 import org.junit.jupiter.api.BeforeEach;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 import org.junit.jupiter.api.io.TempDir;
 
@@ -65,6 +66,7 @@ import java.util.UUID;
 import static org.assertj.core.api.Assertions.assertThat;
 
 /** Test datastream cache. */
+@Disabled
 public class CacheITCase extends AbstractTestBase {
 
     private StreamExecutionEnvironment env;

Reply via email to