Mute testSyncerOnClosingShard

Tracked at #33330
This commit is contained in:
Nhat Nguyen 2018-09-01 09:53:23 -04:00
parent b7a63f7e7d
commit ce635f5f15
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ public class PrimaryReplicaSyncerTests extends IndexShardTestCase {
closeShards(shard);
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33330")
public void testSyncerOnClosingShard() throws Exception {
IndexShard shard = newStartedShard(true);
AtomicBoolean syncActionCalled = new AtomicBoolean();