瀏覽代碼

Mute testValidateFollowingIndexSettings

Tracked at #33379
Nhat Nguyen 7 年之前
父節點
當前提交
16b53b5ab5
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/ShardChangesIT.java

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

@@ -419,6 +419,7 @@ public class ShardChangesIT extends ESIntegTestCase {
     }
 
     @TestLogging("_root:DEBUG")
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33379")
     public void testValidateFollowingIndexSettings() throws Exception {
         assertAcked(client().admin().indices().prepareCreate("test-leader")
             .setSettings(Settings.builder().put(IndexSettings.INDEX_SOFT_DELETES_SETTING.getKey(), true)));