diff --git a/x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/IndexFollowingIT.java b/x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/IndexFollowingIT.java index 99535d59415ff..c3152de55aae3 100644 --- a/x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/IndexFollowingIT.java +++ b/x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/IndexFollowingIT.java @@ -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));