Skip to content

Commit e89434d

Browse files
committed
[hotfix] Disable unstable test CloneActionITCase
1 parent ca48db6 commit e89434d

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
@@ -40,6 +40,7 @@
4040
import org.assertj.core.api.Assertions;
4141
import org.junit.jupiter.api.AfterAll;
4242
import org.junit.jupiter.api.BeforeAll;
43+
import org.junit.jupiter.api.Disabled;
4344
import org.junit.jupiter.api.Test;
4445

4546
import java.util.ArrayList;
@@ -55,6 +56,7 @@
5556
import static org.assertj.core.api.AssertionsForClassTypes.assertThatThrownBy;
5657

5758
/** Tests for {@link CloneAction}. */
59+
@Disabled // TODO fix unstable cases
5860
public class CloneActionITCase extends ActionITCaseBase {
5961

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

0 commit comments

Comments
 (0)