Skip to content

Commit

Permalink
[CI] Muting method testFollowIndex in IndexFollowingIT
Browse files Browse the repository at this point in the history
Relates to #38949
  • Loading branch information
iverase committed Feb 15, 2019
1 parent c92860e commit 296febb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@

public class IndexFollowingIT extends CcrIntegTestCase {

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

0 comments on commit 296febb

Please sign in to comment.