Skip to content

Commit

Permalink
[TEST] Mute ConnectionManagerTests.testConcurrentConnectsAndDisconnects
Browse files Browse the repository at this point in the history
  • Loading branch information
droberts195 committed Dec 6, 2019
1 parent f6b4d26 commit b89ff63
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ public void onNodeDisconnected(DiscoveryNode node, Transport.Connection connecti
assertEquals(1, nodeDisconnectedCount.get());
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/49903")
public void testConcurrentConnectsAndDisconnects() throws BrokenBarrierException, InterruptedException {
DiscoveryNode node = new DiscoveryNode("", new TransportAddress(InetAddress.getLoopbackAddress(), 0), Version.CURRENT);
Transport.Connection connection = new TestConnect(node);
Expand Down

0 comments on commit b89ff63

Please sign in to comment.