IndexStatsTests.testIndexStats awaits a fix on elastic/elasticsearch#1396

Original commit: elastic/x-pack-elasticsearch@0db738f324
This commit is contained in:
Ali Beyad 2016-01-28 17:32:53 -05:00
parent 4b6ac7ceb8
commit e2feb61297

View File

@ -39,6 +39,7 @@ public class IndexStatsTests extends MarvelIntegTestCase {
wipeMarvelIndices();
}
@AwaitsFix(bugUrl = "https://github.com/elastic/x-plugins/issues/1396")
public void testIndexStats() throws Exception {
logger.debug("--> creating some indices for future index stats");
final int nbIndices = randomIntBetween(1, 5);