Skip to content

Commit f96d085

Browse files
Mute IndexFollowingIT.testIndexFallBehind (#38618)
Relates #38617
1 parent d95ef4c commit f96d085

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
@@ -974,6 +974,7 @@ public void testMustCloseIndexAndPauseToRestartWithPutFollowing() throws Excepti
974974
() -> followerClient().execute(PutFollowAction.INSTANCE, followRequest2).actionGet());
975975
}
976976

977+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38617")
977978
public void testIndexFallBehind() throws Exception {
978979
final int numberOfPrimaryShards = randomIntBetween(1, 3);
979980
final String leaderIndexSettings = getIndexSettings(numberOfPrimaryShards, between(0, 1),

0 commit comments

Comments
 (0)