Reinstate AwaitsFix

This commit is contained in:
David Turner 2017-11-30 21:09:01 +00:00
parent 67cd1e9c5f
commit 1e6bd99248
1 changed files with 1 additions and 0 deletions

View File

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