Skip to content

Commit

Permalink
[test] Disable unstable test: TagsTableTest.testTagBranchesTable
Browse files Browse the repository at this point in the history
  • Loading branch information
JingsongLi committed Apr 7, 2024
1 parent ed97beb commit b7a77c9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -96,6 +97,7 @@ void testTagsTable() throws Exception {
assertThat(result).containsExactlyElementsOf(expectRow);
}

@Disabled
@Test
void testTagBranchesTable() throws Exception {
Table table = catalog.getTable(identifier(tableName));
Expand Down

0 comments on commit b7a77c9

Please sign in to comment.