Silence SplitIndexIT.testSplitIndexPrimaryTerm test failure. (#30432)

This commit is contained in:
Jack Conradson 2018-05-07 13:10:19 -07:00
parent 82b251adcf
commit 1b22477104
1 changed files with 1 additions and 0 deletions

View File

@ -283,6 +283,7 @@ public class SplitIndexIT extends ESIntegTestCase {
assertEquals(numDocs, ids.size());
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30432")
public void testSplitIndexPrimaryTerm() throws Exception {
final List<Integer> factors = Arrays.asList(1, 2, 4, 8);
final List<Integer> numberOfShardsFactors = randomSubsetOf(scaledRandomIntBetween(1, factors.size()), factors);