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 b7a77c992 [test] Disable unstable test: 
TagsTableTest.testTagBranchesTable
b7a77c992 is described below

commit b7a77c9929178de929da98694d90e8b267260808
Author: Jingsong <[email protected]>
AuthorDate: Sun Apr 7 12:56:12 2024 +0800

    [test] Disable unstable test: TagsTableTest.testTagBranchesTable
---
 .../src/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 1f2b88047..c754aa779 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.DateTimeUtils;
 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 @@ class TagsTableTest extends TableTestBase {
         assertThat(result).containsExactlyElementsOf(expectRow);
     }
 
+    @Disabled
     @Test
     void testTagBranchesTable() throws Exception {
         Table table = catalog.getTable(identifier(tableName));

Reply via email to