Skip to content

Commit

Permalink
Update driver-core/src/test/java/com/datastax/driver/core/HostResolut…
Browse files Browse the repository at this point in the history
…ionReconnectionTest.java

Co-authored-by: Dmitry Kropachev <dmitry.kropachev@gmail.com>
  • Loading branch information
Bouncheck and dkropachev authored Sep 26, 2024
1 parent eb6174f commit 3bf9b5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class DnsEndpointTests {
private static final Logger logger =
LoggerFactory.getLogger(HostResolutionReconnectionTest.class);

@Test(groups = "isolated")
@Test(groups = "long")
public void replace_cluster_test() {
// Configure host resolution
Map<String, String> hostAliasesA = new LinkedHashMap<>();
Expand Down

0 comments on commit 3bf9b5b

Please sign in to comment.