Skip to content

Commit

Permalink
Mute IndexFollowingIT.testIndexFallBehind (#38618)
Browse files Browse the repository at this point in the history
Relates #38617
  • Loading branch information
dimitris-athanasiou authored Feb 8, 2019
1 parent d95ef4c commit f96d085
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -974,6 +974,7 @@ public void testMustCloseIndexAndPauseToRestartWithPutFollowing() throws Excepti
() -> followerClient().execute(PutFollowAction.INSTANCE, followRequest2).actionGet());
}

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

0 comments on commit f96d085

Please sign in to comment.