Test: await fix on IndicesShardStoreRequestTests.testCorruptedShards
This commit is contained in:
parent
382daf26e4
commit
2d19868dd5
|
@ -139,6 +139,7 @@ public class IndicesShardStoreRequestTests extends ElasticsearchIntegrationTest
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@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