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 authored and talevy committed Feb 20, 2019
1 parent 104dfee commit 1c250ae
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -111,6 +111,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 1c250ae

Please sign in to comment.