[CI] Muting method testOperationPermitOnReplicaShards in IndexShardTests
Relates to #35850
This commit is contained in:
parent
7624734f14
commit
401b814d1a
|
@ -733,6 +733,7 @@ public class IndexShardTests extends IndexShardTestCase {
|
|||
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;
|
||||
|
|
Loading…
Reference in New Issue