Skip to content

Commit

Permalink
[CI] Muting method testOperationPermitOnReplicaShards in IndexShardTests
Browse files Browse the repository at this point in the history
Relates to #35850
  • Loading branch information
iverase committed Nov 26, 2018
1 parent 7624734 commit 401b814
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,7 @@ private Releasable acquireReplicaOperationPermitBlockingly(IndexShard indexShard
return fut.get();
}

@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/35850")
public void testOperationPermitOnReplicaShards() throws Exception {
final ShardId shardId = new ShardId("test", "_na_", 0);
final IndexShard indexShard;
Expand Down

0 comments on commit 401b814

Please sign in to comment.