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…
Reference in New Issue