Skip to content

Commit

Permalink
Mute testDelayedOperationsBeforeAndAfterRelocated
Browse files Browse the repository at this point in the history
Tracked at #42325
  • Loading branch information
dnhatn committed May 21, 2019
1 parent 64d503b commit 4b7a18b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1726,6 +1726,7 @@ public void testLockingBeforeAndAfterRelocated() throws Exception {
closeShards(shard);
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/42325")
public void testDelayedOperationsBeforeAndAfterRelocated() throws Exception {
final IndexShard shard = newStartedShard(true);
IndexShardTestCase.updateRoutingEntry(shard, ShardRoutingHelper.relocate(shard.routingEntry(), "other_node"));
Expand Down

0 comments on commit 4b7a18b

Please sign in to comment.