mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-26 01:48:45 +00:00
Reinstate AwaitsFix
This reverts commit 29c554032356c658ecf0d9d23068a1c84e9364bb.
This commit is contained in:
parent
d25c9671de
commit
1f89e9d94e
@ -151,6 +151,7 @@ public class IndicesShardStoreRequestIT extends ESIntegTestCase {
|
||||
assertThat(shardStatuses.get(index1).size(), equalTo(2));
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/12416")
|
||||
public void testCorruptedShards() throws Exception {
|
||||
String index = "test";
|
||||
internalCluster().ensureAtLeastNumDataNodes(2);
|
||||
|
Loading…
x
Reference in New Issue
Block a user