Test: await fix on IndicesShardStoreRequestTests.testCorruptedShards

This commit is contained in:
Boaz Leskes 2015-07-23 12:06:06 +02:00
parent 382daf26e4
commit 2d19868dd5
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ public class IndicesShardStoreRequestTests extends ElasticsearchIntegrationTest
}
@Test
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/12416")
public void testCorruptedShards() throws Exception {
String index = "test";
internalCluster().ensureAtLeastNumDataNodes(2);