Skip to content

Commit 7e22ae4

Browse files
authored
Mute IndexFollowingIT.testUpdateAnalysisLeaderIndexSettings (#54205)
Relates #54204
1 parent f91d8ee commit 7e22ae4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/IndexFollowingIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -992,6 +992,7 @@ public void testLeaderIndexSettingNotPercolatedToFollower() throws Exception {
992992
assertThat(hasFollowIndexBeenClosedChecker.getAsBoolean(), is(false));
993993
}
994994

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

0 commit comments

Comments
 (0)