Skip to content

Commit 6029ef9

Browse files
authored
Disable should_make_JMX_connection for any version after 2025.1 (#493)
Commit scylladb/3cd2a6173668c5a13b6e674f912ff597f76422f5 that removes JMX finally reached enterprise at 2025.1, we need to disable the test.
1 parent 77ad25c commit 6029ef9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: driver-core/src/test/java/com/datastax/driver/core/CCMBridgeTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public class CCMBridgeTest extends CCMTestsSupport {
3232
@Test(groups = "short")
3333
@ScyllaVersion(
3434
maxOSS = "6.2.0",
35+
maxEnterprise = "2025.1.0",
3536
description = "JMX was dropped in scylladb/3cd2a6173668c5a13b6e674f912ff597f76422f5")
3637
public void should_make_JMX_connection() throws Exception {
3738
InetSocketAddress addr1 = ccm().jmxAddressOfNode(1);

0 commit comments

Comments
 (0)