瀏覽代碼

Mute IndexFollowingIT.testDeleteLeaderIndex (#39309)

Relates to #39308
Alan Woodward 6 年之前
父節點
當前提交
2b1c5a758e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/IndexFollowingIT.java

+ 1 - 0
x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/IndexFollowingIT.java

@@ -660,6 +660,7 @@ public class IndexFollowingIT extends CcrIntegTestCase {
         pauseFollow("index2");
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39308")
     public void testDeleteLeaderIndex() throws Exception {
         assertAcked(leaderClient().admin().indices().prepareCreate("index1")
             .setSettings(Settings.builder()