We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f91d8ee commit 7e22ae4Copy full SHA for 7e22ae4
x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/IndexFollowingIT.java
@@ -992,6 +992,7 @@ public void testLeaderIndexSettingNotPercolatedToFollower() throws Exception {
992
assertThat(hasFollowIndexBeenClosedChecker.getAsBoolean(), is(false));
993
}
994
995
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/54204")
996
public void testUpdateAnalysisLeaderIndexSettings() throws Exception {
997
final String leaderIndexSettings = getIndexSettings(1, 0);
998
assertAcked(leaderClient().admin().indices().prepareCreate("leader").setSource(leaderIndexSettings, XContentType.JSON));
0 commit comments