Skip to content

Commit

Permalink
[test] Disable PrimaryKeyFileStoreTableITCase.testFullCompactionChang…
Browse files Browse the repository at this point in the history
…elogProducerStreamingRandom
  • Loading branch information
JingsongLi committed Jan 3, 2025
1 parent b8ba165 commit 0df24bf
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.flink.types.RowKind;
import org.apache.flink.util.CloseableIterator;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.Timeout;
import org.junit.jupiter.params.ParameterizedTest;
Expand Down Expand Up @@ -671,6 +672,7 @@ public void testFullCompactionChangelogProducerBatchRandom() throws Exception {
testFullCompactionChangelogProducerRandom(bEnv, 1, false);
}

@Disabled // TODO: fix this unstable test
@Test
@Timeout(TIMEOUT)
public void testFullCompactionChangelogProducerStreamingRandom() throws Exception {
Expand Down

0 comments on commit 0df24bf

Please sign in to comment.