From b7a77c9929178de929da98694d90e8b267260808 Mon Sep 17 00:00:00 2001 From: Jingsong Date: Sun, 7 Apr 2024 12:56:12 +0800 Subject: [PATCH] [test] Disable unstable test: TagsTableTest.testTagBranchesTable --- .../test/java/org/apache/paimon/table/system/TagsTableTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/paimon-core/src/test/java/org/apache/paimon/table/system/TagsTableTest.java b/paimon-core/src/test/java/org/apache/paimon/table/system/TagsTableTest.java index 1f2b88047a8e..c754aa779aa2 100644 --- a/paimon-core/src/test/java/org/apache/paimon/table/system/TagsTableTest.java +++ b/paimon-core/src/test/java/org/apache/paimon/table/system/TagsTableTest.java @@ -35,6 +35,7 @@ import org.apache.paimon.utils.TagManager; import org.junit.jupiter.api.BeforeEach; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import java.time.LocalDateTime; @@ -96,6 +97,7 @@ void testTagsTable() throws Exception { assertThat(result).containsExactlyElementsOf(expectRow); } + @Disabled @Test void testTagBranchesTable() throws Exception { Table table = catalog.getTable(identifier(tableName));