Skip to content

Commit 57c72f8

Browse files
committed
Reenable TabletsIT
1 parent 81ae2a1 commit 57c72f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

driver-core/src/test/java/com/datastax/driver/core/TabletsIT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

2323
private static final int INITIAL_TABLETS = 32;

0 commit comments

Comments
 (0)