Skip to content

Commit 29c5540

Browse files
committed
Remove AwaitsFix
1 parent dbf1715 commit 29c5540

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/test/java/org/elasticsearch/action/admin/indices/shards/IndicesShardStoreRequestIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ public void testIndices() throws Exception {
151151
assertThat(shardStatuses.get(index1).size(), equalTo(2));
152152
}
153153

154-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/12416")
155154
public void testCorruptedShards() throws Exception {
156155
String index = "test";
157156
internalCluster().ensureAtLeastNumDataNodes(2);

0 commit comments

Comments
 (0)