Remove AwaitsFix
This commit is contained in:
parent
dbf17152d1
commit
29c5540323
|
@ -151,7 +151,6 @@ 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);
|
||||||
|
|
Loading…
Reference in New Issue