浏览代码

Mute NoMasterNodeIT testNoMasterActionsWriteMasterBlock

Due to https://github.com/elastic/elasticsearch/issues/37823
David Roberts 6 年之前
父节点
当前提交
bd02ca4b7b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      server/src/test/java/org/elasticsearch/cluster/NoMasterNodeIT.java

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

@@ -192,6 +192,7 @@ public class NoMasterNodeIT extends ESIntegTestCase {
         }
         }
     }
     }
 
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37823")
     public void testNoMasterActionsWriteMasterBlock() throws Exception {
     public void testNoMasterActionsWriteMasterBlock() throws Exception {
         Settings settings = Settings.builder()
         Settings settings = Settings.builder()
             .put(AutoCreateIndex.AUTO_CREATE_INDEX_SETTING.getKey(), false)
             .put(AutoCreateIndex.AUTO_CREATE_INDEX_SETTING.getKey(), false)