[Test] mute failing NodeStatsRendererTests and IndexRecoveryCollectorTests
See elastic/elasticsearch#366 See elastic/elasticsearch#367 Original commit: elastic/x-pack-elasticsearch@6799bbd16e
This commit is contained in:
parent
7f42d04bf2
commit
135ee1c6c8
|
@ -44,6 +44,7 @@ public class IndexRecoveryCollectorTests extends ElasticsearchIntegrationTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/x-plugins/issues/366")
|
||||||
public void testIndexRecoveryCollector() throws Exception {
|
public void testIndexRecoveryCollector() throws Exception {
|
||||||
final String indexName = "test";
|
final String indexName = "test";
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,7 @@ public class NodeStatsRendererTests extends ElasticsearchSingleNodeTest {
|
||||||
private static final String SAMPLE_FILE = "/samples/marvel_node_stats.json";
|
private static final String SAMPLE_FILE = "/samples/marvel_node_stats.json";
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/x-plugins/issues/367")
|
||||||
public void testNodeStatsRenderer() throws Exception {
|
public void testNodeStatsRenderer() throws Exception {
|
||||||
createIndex("index-0");
|
createIndex("index-0");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue