Skip to content

Commit

Permalink
Mute IndexFollowingIT#testFollowIndex as we await a fix.
Browse files Browse the repository at this point in the history
Tracked in #41037.
  • Loading branch information
jtibshirani committed Apr 9, 2019
1 parent 3bd9b9b commit da84250
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@

public class IndexFollowingIT extends CcrIntegTestCase {

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

0 comments on commit da84250

Please sign in to comment.