[CI] Muting method testOperationPermitOnReplicaShards in IndexShardTests

Relates to #35850
This commit is contained in:
iverase 2018-11-26 09:33:23 +01:00
parent 7624734f14
commit 401b814d1a
1 changed files with 1 additions and 0 deletions

View File

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