Mute IndexShardTests#testRelocatedShardCanNotBeRevivedConcurrently
This commit is contained in:
parent
f27aba34bf
commit
ef9d099ffd
|
@ -1172,6 +1172,7 @@ public class IndexShardTests extends IndexShardTestCase {
|
||||||
closeShards(shard);
|
closeShards(shard);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/25419")
|
||||||
public void testRelocatedShardCanNotBeRevivedConcurrently() throws IOException, InterruptedException, BrokenBarrierException {
|
public void testRelocatedShardCanNotBeRevivedConcurrently() throws IOException, InterruptedException, BrokenBarrierException {
|
||||||
final IndexShard shard = newStartedShard(true);
|
final IndexShard shard = newStartedShard(true);
|
||||||
final ShardRouting originalRouting = shard.routingEntry();
|
final ShardRouting originalRouting = shard.routingEntry();
|
||||||
|
|
Loading…
Reference in New Issue