Skip to content

Commit

Permalink
Mute IndexFollowingIT.testUpdateAnalysisLeaderIndexSettings (elastic#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tlrx authored Mar 25, 2020
1 parent f91d8ee commit 7e22ae4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -992,6 +992,7 @@ public void testLeaderIndexSettingNotPercolatedToFollower() throws Exception {
assertThat(hasFollowIndexBeenClosedChecker.getAsBoolean(), is(false));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/54204")
public void testUpdateAnalysisLeaderIndexSettings() throws Exception {
final String leaderIndexSettings = getIndexSettings(1, 0);
assertAcked(leaderClient().admin().indices().prepareCreate("leader").setSource(leaderIndexSettings, XContentType.JSON));
Expand Down

0 comments on commit 7e22ae4

Please sign in to comment.