mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Mute IndexShardTests#testRelocatedShardCanNotBeRevivedConcurrently
This commit is contained in:
parent
f27aba34bf
commit
ef9d099ffd
@ -1172,6 +1172,7 @@ public class IndexShardTests extends IndexShardTestCase {
|
||||
closeShards(shard);
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/25419")
|
||||
public void testRelocatedShardCanNotBeRevivedConcurrently() throws IOException, InterruptedException, BrokenBarrierException {
|
||||
final IndexShard shard = newStartedShard(true);
|
||||
final ShardRouting originalRouting = shard.routingEntry();
|
||||
|
Loading…
x
Reference in New Issue
Block a user