mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Disable failing test NodeStatsTests.testNodeStats
Original commit: elastic/x-pack-elasticsearch@954badc4a4
This commit is contained in:
parent
a20fb42b70
commit
74efdd4a94
@ -43,6 +43,7 @@ public class NodeStatsTests extends MarvelIntegTestCase {
|
||||
wipeMarvelIndices();
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/x-plugins/issues/2588")
|
||||
public void testNodeStats() throws Exception {
|
||||
logger.debug("--> creating some indices for future node stats");
|
||||
final int numDocs = between(50, 150);
|
||||
|
Loading…
x
Reference in New Issue
Block a user