Skip to content

Commit 3bf9b5b

Browse files
Update driver-core/src/test/java/com/datastax/driver/core/HostResolutionReconnectionTest.java
Co-authored-by: Dmitry Kropachev <[email protected]>
1 parent eb6174f commit 3bf9b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class DnsEndpointTests {
1515
private static final Logger logger =
1616
LoggerFactory.getLogger(HostResolutionReconnectionTest.class);
1717

18-
@Test(groups = "isolated")
18+
@Test(groups = "long")
1919
public void replace_cluster_test() {
2020
// Configure host resolution
2121
Map<String, String> hostAliasesA = new LinkedHashMap<>();

0 commit comments

Comments
 (0)