Skip to content

Commit

Permalink
Mute testValidateFollowingIndexSettings
Browse files Browse the repository at this point in the history
Tracked at #33379
  • Loading branch information
dnhatn committed Sep 4, 2018
1 parent 761e8c4 commit 16b53b5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ public void testFollowNonExistentIndex() throws Exception {
}

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

0 comments on commit 16b53b5

Please sign in to comment.