We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf1715 commit 29c5540Copy full SHA for 29c5540
core/src/test/java/org/elasticsearch/action/admin/indices/shards/IndicesShardStoreRequestIT.java
@@ -151,7 +151,6 @@ public void testIndices() throws Exception {
151
assertThat(shardStatuses.get(index1).size(), equalTo(2));
152
}
153
154
- @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/12416")
155
public void testCorruptedShards() throws Exception {
156
String index = "test";
157
internalCluster().ensureAtLeastNumDataNodes(2);
0 commit comments