Mute testValidateFollowingIndexSettings

Tracked at #33379
This commit is contained in:
Nhat Nguyen 2018-09-04 09:03:26 -04:00
parent 761e8c461f
commit 16b53b5ab5
1 changed files with 1 additions and 0 deletions

View File

@ -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)));