Skip to content

Commit b45923c

Browse files
dimitris-athanasiouChristoph Büscher
authored andcommitted
Mute IndexFollowingIT.testIndexFallBehind (#38618)
Relates #38617
1 parent cfde3de commit b45923c

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
@@ -970,6 +970,7 @@ public void testMustCloseIndexAndPauseToRestartWithPutFollowing() throws Excepti
970970
() -> followerClient().execute(PutFollowAction.INSTANCE, followRequest2).actionGet());
971971
}
972972

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

0 commit comments

Comments
 (0)