[TEST] Mute ConnectionManagerTests.testConcurrentConnectsAndDisconnects

Due to https://github.com/elastic/elasticsearch/issues/49903
This commit is contained in:
David Roberts 2019-12-06 17:04:09 +00:00
parent d299bf5760
commit 17fa9d5844

View File

@ -124,6 +124,7 @@ public class ConnectionManagerTests extends ESTestCase {
assertEquals(1, nodeDisconnectedCount.get()); assertEquals(1, nodeDisconnectedCount.get());
} }
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/49903")
public void testConcurrentConnectsAndDisconnects() throws BrokenBarrierException, InterruptedException { public void testConcurrentConnectsAndDisconnects() throws BrokenBarrierException, InterruptedException {
DiscoveryNode node = new DiscoveryNode("", new TransportAddress(InetAddress.getLoopbackAddress(), 0), Version.CURRENT); DiscoveryNode node = new DiscoveryNode("", new TransportAddress(InetAddress.getLoopbackAddress(), 0), Version.CURRENT);
Transport.Connection connection = new TestConnect(node); Transport.Connection connection = new TestConnect(node);