Mute IndexFollowingIT#testFollowIndex as we await a fix.

Tracked in #41037.
This commit is contained in:
Julie Tibshirani 2019-04-09 14:48:10 -07:00
parent a417905098
commit cbae617898
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ import static org.hamcrest.Matchers.nullValue;
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);