Marvel: Mute IndexStatsCollectorTests
Original commit: elastic/x-pack-elasticsearch@aaea8e8715
This commit is contained in:
parent
d6eb2c8261
commit
a14a11ebdb
|
@ -33,6 +33,7 @@ public class IndexStatsCollectorTests extends AbstractCollectorTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/x-plugins/pull/538")
|
||||||
public void testIndexStatsCollectorOneIndex() throws Exception {
|
public void testIndexStatsCollectorOneIndex() throws Exception {
|
||||||
waitForNoBlocksOnNodes();
|
waitForNoBlocksOnNodes();
|
||||||
|
|
||||||
|
@ -78,6 +79,7 @@ public class IndexStatsCollectorTests extends AbstractCollectorTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/x-plugins/pull/538")
|
||||||
public void testIndexStatsCollectorMultipleIndices() throws Exception {
|
public void testIndexStatsCollectorMultipleIndices() throws Exception {
|
||||||
waitForNoBlocksOnNodes();
|
waitForNoBlocksOnNodes();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue