瀏覽代碼

Unmute test muted for #89860 (#91789)

This issue is resolved.
David Turner 2 年之前
父節點
當前提交
ea988358c7
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      server/src/test/java/org/elasticsearch/cluster/coordination/CoordinatorTests.java

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

@@ -117,7 +117,6 @@ public class CoordinatorTests extends AbstractCoordinatorTestCase {
         }
     }
 
-    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/89860")
     public void testDoesNotElectNonMasterNode() {
         try (Cluster cluster = new Cluster(randomIntBetween(1, 5), false, Settings.EMPTY)) {
             cluster.runRandomly();