Skip to content

Commit d521b6d

Browse files
committed
[test] Disable unstable CloneActionITCase
1 parent 7b4f0e7 commit d521b6d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

paimon-hive/paimon-hive-connector-common/src/test/java/org/apache/paimon/hive/procedure/CloneActionITCase.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
import org.assertj.core.api.Assertions;
4242
import org.junit.jupiter.api.AfterAll;
4343
import org.junit.jupiter.api.BeforeAll;
44+
import org.junit.jupiter.api.Disabled;
4445
import org.junit.jupiter.api.Test;
4546

4647
import java.util.ArrayList;
@@ -57,6 +58,7 @@
5758
import static org.junit.Assert.assertEquals;
5859

5960
/** Tests for {@link CloneAction}. */
61+
@Disabled // TODO fix unstable cases
6062
public class CloneActionITCase extends ActionITCaseBase {
6163

6264
private static final TestHiveMetastore TEST_HIVE_METASTORE = new TestHiveMetastore();

0 commit comments

Comments
 (0)