Skip to content

Commit

Permalink
Mute testSyncerOnClosingShard
Browse files Browse the repository at this point in the history
Tracked at #33330
  • Loading branch information
dnhatn committed Sep 1, 2018
1 parent b7a63f7 commit ce635f5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ public void testSyncerSendsOffCorrectDocuments() throws Exception {
closeShards(shard);
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33330")
public void testSyncerOnClosingShard() throws Exception {
IndexShard shard = newStartedShard(true);
AtomicBoolean syncActionCalled = new AtomicBoolean();
Expand Down

0 comments on commit ce635f5

Please sign in to comment.