Marvel: Remove AwaitFix on NodeStatsRendererTests

Now thread pools are sorted by names in elasticsearch core (see elastic/elasticsearchelastic/elasticsearch#13121)

Closes elastic/elasticsearch#367

Original commit: elastic/x-pack-elasticsearch@d2fab327c0
This commit is contained in:
Tanguy Leroux 2015-09-01 14:15:22 +02:00
parent f90afd72d2
commit 794b2e0089
2 changed files with 3 additions and 4 deletions

View File

@ -19,7 +19,6 @@ public class NodeStatsRendererTests extends ESSingleNodeTestCase {
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");

View File

@ -48,14 +48,14 @@
}
},
"thread_pool": {
"bulk": {
"rejected": 0
},
"index": {
"rejected": 0
},
"search": {
"rejected": 0
},
"bulk": {
"rejected": 0
}
},
"fs": {