[CI] Muting method testFollowIndex in IndexFollowingIT

Relates to #38949
This commit is contained in:
iverase 2019-02-15 16:02:46 +01:00
parent 78541dfb2a
commit b19b778cbb
1 changed files with 1 additions and 0 deletions

View File

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