From 20e5994179b899fd4b18086963ca0e25d8200a0c Mon Sep 17 00:00:00 2001 From: Yogesh Gaikwad <902768+bizybot@users.noreply.github.com> Date: Thu, 14 Mar 2019 19:40:15 +1100 Subject: [PATCH] Mute failing tests in NodeConnectionsServiceTests (#40034) (#40035) --- .../org/elasticsearch/cluster/NodeConnectionsServiceTests.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/src/test/java/org/elasticsearch/cluster/NodeConnectionsServiceTests.java b/server/src/test/java/org/elasticsearch/cluster/NodeConnectionsServiceTests.java index 65e17972f0c..02fdc4dc313 100644 --- a/server/src/test/java/org/elasticsearch/cluster/NodeConnectionsServiceTests.java +++ b/server/src/test/java/org/elasticsearch/cluster/NodeConnectionsServiceTests.java @@ -95,6 +95,7 @@ public class NodeConnectionsServiceTests extends ESTestCase { return builder.build(); } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40030") public void testConnectAndDisconnect() throws Exception { final NodeConnectionsService service = new NodeConnectionsService(Settings.EMPTY, threadPool, transportService); @@ -205,6 +206,7 @@ public class NodeConnectionsServiceTests extends ESTestCase { assertConnectedExactlyToNodes(targetNodes); } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40030") public void testOnlyBlocksOnConnectionsToNewNodes() throws Exception { final NodeConnectionsService service = new NodeConnectionsService(Settings.EMPTY, threadPool, transportService);