Reinstate AwaitsFix

This reverts commit 29c5540323.
This commit is contained in:
David Turner 2017-11-30 13:01:22 +00:00
parent d25c9671de
commit 1f89e9d94e
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ public class IndicesShardStoreRequestIT extends ESIntegTestCase {
assertThat(shardStatuses.get(index1).size(), equalTo(2));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/12416")
public void testCorruptedShards() throws Exception {
String index = "test";
internalCluster().ensureAtLeastNumDataNodes(2);