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 78541df commit b19b778
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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);

0 comments on commit b19b778

Please sign in to comment.