Skip to content

Commit

Permalink
Temp disable testMultipleCompactionsDifferentWs_Static
Browse files Browse the repository at this point in the history
  • Loading branch information
djatnieks committed Jan 3, 2025
1 parent 94fe1d6 commit 4727d28
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

import org.junit.After;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;

import org.apache.cassandra.config.DatabaseDescriptor;
Expand Down Expand Up @@ -288,6 +289,7 @@ public void testMultipleCompactionsSingleW_Static() throws Throwable
}

@Test
@Ignore // CNDB-12290 temporarily disabled
public void testMultipleCompactionsDifferentWs_Static() throws Throwable
{
// tiered tests with W = [4, -6] and T = [6, 2], F = [6, 8]
Expand Down

0 comments on commit 4727d28

Please sign in to comment.