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 eb6174f commit 3bf9b5bCopy full SHA for 3bf9b5b
driver-core/src/test/java/com/datastax/driver/core/HostResolutionReconnectionTest.java
@@ -15,7 +15,7 @@ public class DnsEndpointTests {
15
private static final Logger logger =
16
LoggerFactory.getLogger(HostResolutionReconnectionTest.class);
17
18
- @Test(groups = "isolated")
+ @Test(groups = "long")
19
public void replace_cluster_test() {
20
// Configure host resolution
21
Map<String, String> hostAliasesA = new LinkedHashMap<>();
0 commit comments