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));