浏览代码

AwaitsFix for #109103

David Turner 1 年之前
父节点
当前提交
968f07353f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      server/src/test/java/org/elasticsearch/cluster/coordination/NodeJoinTests.java

+ 1 - 0
server/src/test/java/org/elasticsearch/cluster/coordination/NodeJoinTests.java

@@ -678,6 +678,7 @@ public class NodeJoinTests extends ESTestCase {
         assertFalse(isLocalNodeElectedMaster());
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/109103")
     public void testConcurrentJoining() {
         List<DiscoveryNode> masterNodes = IntStream.rangeClosed(1, randomIntBetween(2, 5))
             .mapToObj(nodeId -> newNode(nodeId, true))