[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:
jaymode 2015-07-30 13:34:06 -04:00
parent 7f42d04bf2
commit 135ee1c6c8
2 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,7 @@ public class IndexRecoveryCollectorTests extends ElasticsearchIntegrationTest {
}
@Test
@AwaitsFix(bugUrl = "https://github.com/elastic/x-plugins/issues/366")
public void testIndexRecoveryCollector() throws Exception {
final String indexName = "test";

View File

@ -19,6 +19,7 @@ public class NodeStatsRendererTests extends ElasticsearchSingleNodeTest {
private static final String SAMPLE_FILE = "/samples/marvel_node_stats.json";
@Test
@AwaitsFix(bugUrl = "https://github.com/elastic/x-plugins/issues/367")
public void testNodeStatsRenderer() throws Exception {
createIndex("index-0");