mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 18:35:25 +00:00
IndexStatsTests.testIndexStats awaits a fix on elastic/elasticsearch#1396
Original commit: elastic/x-pack-elasticsearch@0db738f324
This commit is contained in:
parent
4b6ac7ceb8
commit
e2feb61297
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user