Skip to content

Commit 1f89e9d

Browse files
committed
Reinstate AwaitsFix
This reverts commit 29c5540.
1 parent d25c967 commit 1f89e9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ 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")
154155
public void testCorruptedShards() throws Exception {
155156
String index = "test";
156157
internalCluster().ensureAtLeastNumDataNodes(2);

0 commit comments

Comments
 (0)