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 77ad25c commit 6029ef9Copy full SHA for 6029ef9
driver-core/src/test/java/com/datastax/driver/core/CCMBridgeTest.java
@@ -32,6 +32,7 @@ public class CCMBridgeTest extends CCMTestsSupport {
32
@Test(groups = "short")
33
@ScyllaVersion(
34
maxOSS = "6.2.0",
35
+ maxEnterprise = "2025.1.0",
36
description = "JMX was dropped in scylladb/3cd2a6173668c5a13b6e674f912ff597f76422f5")
37
public void should_make_JMX_connection() throws Exception {
38
InetSocketAddress addr1 = ccm().jmxAddressOfNode(1);
0 commit comments