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/paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new d521b6d09a [test] Disable unstable CloneActionITCase
d521b6d09a is described below

commit d521b6d09ad0e018f9499a9c78b8c3fec7157547
Author: JingsongLi <[email protected]>
AuthorDate: Thu Oct 9 10:55:15 2025 +0800

    [test] Disable unstable CloneActionITCase
---
 .../test/java/org/apache/paimon/hive/procedure/CloneActionITCase.java   | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/paimon-hive/paimon-hive-connector-common/src/test/java/org/apache/paimon/hive/procedure/CloneActionITCase.java
 
b/paimon-hive/paimon-hive-connector-common/src/test/java/org/apache/paimon/hive/procedure/CloneActionITCase.java
index 76dc132f64..01640c6623 100644
--- 
a/paimon-hive/paimon-hive-connector-common/src/test/java/org/apache/paimon/hive/procedure/CloneActionITCase.java
+++ 
b/paimon-hive/paimon-hive-connector-common/src/test/java/org/apache/paimon/hive/procedure/CloneActionITCase.java
@@ -41,6 +41,7 @@ import org.apache.flink.util.CloseableIterator;
 import org.assertj.core.api.Assertions;
 import org.junit.jupiter.api.AfterAll;
 import org.junit.jupiter.api.BeforeAll;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 import java.util.ArrayList;
@@ -57,6 +58,7 @@ import static 
org.assertj.core.api.AssertionsForClassTypes.assertThatThrownBy;
 import static org.junit.Assert.assertEquals;
 
 /** Tests for {@link CloneAction}. */
+@Disabled // TODO fix unstable cases
 public class CloneActionITCase extends ActionITCaseBase {
 
     private static final TestHiveMetastore TEST_HIVE_METASTORE = new 
TestHiveMetastore();

Reply via email to