Mute IndexShardTests#testRelocatedShardCanNotBeRevivedConcurrently

This commit is contained in:
Daniel Mitterdorfer 2017-06-27 10:25:40 +02:00
parent f27aba34bf
commit ef9d099ffd
1 changed files with 1 additions and 0 deletions

View File

@ -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();