We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81ae2a1 commit 57c72f8Copy full SHA for 57c72f8
driver-core/src/test/java/com/datastax/driver/core/TabletsIT.java
@@ -4,7 +4,7 @@
4
5
import com.datastax.driver.core.exceptions.SyntaxError;
6
import com.datastax.driver.core.utils.ScyllaOnly;
7
-import com.datastax.driver.core.utils.ScyllaSkip;
+import com.datastax.driver.core.utils.ScyllaVersion;
8
import java.nio.ByteBuffer;
9
import java.util.Map;
10
import org.testng.Assert;
@@ -17,7 +17,7 @@
17
"--experimental-features=tablets"
18
})
19
@ScyllaOnly
20
-@ScyllaSkip // There is no released version with tablets-routing-v1 currently
+@ScyllaVersion(minOSS = "6.0.0", minEnterprise = "2024.2", description = "Needs to support tablets")
21
public class TabletsIT extends CCMTestsSupport {
22
23
private static final int INITIAL_TABLETS = 32;
0 commit comments