Skip to content

Commit 401b814

Browse files
committed
[CI] Muting method testOperationPermitOnReplicaShards in IndexShardTests
Relates to #35850
1 parent 7624734 commit 401b814

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/index/shard/IndexShardTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -733,6 +733,7 @@ private Releasable acquireReplicaOperationPermitBlockingly(IndexShard indexShard
733733
return fut.get();
734734
}
735735

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

0 commit comments

Comments
 (0)