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

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git


The following commit(s) were added to refs/heads/master by this push:
     new 0809110e [hotfix] Disable unstable case: 
FlinkActionsE2eTest.testMergeInto
0809110e is described below

commit 0809110e9f556e512eaa5b26df2b9d62507bd650
Author: JingsongLi <[email protected]>
AuthorDate: Fri Mar 3 23:48:31 2023 +0800

    [hotfix] Disable unstable case: FlinkActionsE2eTest.testMergeInto
---
 .../java/org/apache/flink/table/store/tests/FlinkActionsE2eTest.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/flink-table-store-e2e-tests/src/test/java/org/apache/flink/table/store/tests/FlinkActionsE2eTest.java
 
b/flink-table-store-e2e-tests/src/test/java/org/apache/flink/table/store/tests/FlinkActionsE2eTest.java
index a5a0376f..5ed4e4a5 100644
--- 
a/flink-table-store-e2e-tests/src/test/java/org/apache/flink/table/store/tests/FlinkActionsE2eTest.java
+++ 
b/flink-table-store-e2e-tests/src/test/java/org/apache/flink/table/store/tests/FlinkActionsE2eTest.java
@@ -19,6 +19,7 @@
 package org.apache.flink.table.store.tests;
 
 import org.junit.jupiter.api.BeforeEach;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
@@ -256,6 +257,7 @@ public class FlinkActionsE2eTest extends E2eTestBase {
                 "2023-01-21, 1, 31");
     }
 
+    @Disabled
     @Test
     public void testMergeInto() throws Exception {
         String tableTDdl =

Reply via email to