浏览代码

Mute failing tests in NodeConnectionsServiceTests (#40034)

Yogesh Gaikwad 6 年之前
父节点
当前提交
dcda2ff1cf
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      server/src/test/java/org/elasticsearch/cluster/NodeConnectionsServiceTests.java

+ 2 - 0
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);