Skip to content

Commit

Permalink
Reenable TabletsIT
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouncheck committed Nov 9, 2024
1 parent 81ae2a1 commit 57c72f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import com.datastax.driver.core.exceptions.SyntaxError;
import com.datastax.driver.core.utils.ScyllaOnly;
import com.datastax.driver.core.utils.ScyllaSkip;
import com.datastax.driver.core.utils.ScyllaVersion;
import java.nio.ByteBuffer;
import java.util.Map;
import org.testng.Assert;
Expand All @@ -17,7 +17,7 @@
"--experimental-features=tablets"
})
@ScyllaOnly
@ScyllaSkip // There is no released version with tablets-routing-v1 currently
@ScyllaVersion(minOSS = "6.0.0", minEnterprise = "2024.2", description = "Needs to support tablets")
public class TabletsIT extends CCMTestsSupport {

private static final int INITIAL_TABLETS = 32;
Expand Down

0 comments on commit 57c72f8

Please sign in to comment.