From 16b53b5ab548f8d97ec598a682f46a8fa5d7882d Mon Sep 17 00:00:00 2001 From: Nhat Nguyen Date: Tue, 4 Sep 2018 09:03:26 -0400 Subject: [PATCH] Mute testValidateFollowingIndexSettings Tracked at #33379 --- .../test/java/org/elasticsearch/xpack/ccr/ShardChangesIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/ShardChangesIT.java b/x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/ShardChangesIT.java index 07fc44072cb..7980e128140 100644 --- a/x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/ShardChangesIT.java +++ b/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)));