From 5856d45f3bd40d2b03900e668e6cb6a0d9f58f08 Mon Sep 17 00:00:00 2001 From: Nhat Nguyen Date: Sat, 1 Sep 2018 09:53:23 -0400 Subject: [PATCH] Mute testSyncerOnClosingShard Tracked at #33330 --- .../org/elasticsearch/index/shard/PrimaryReplicaSyncerTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/test/java/org/elasticsearch/index/shard/PrimaryReplicaSyncerTests.java b/server/src/test/java/org/elasticsearch/index/shard/PrimaryReplicaSyncerTests.java index 29b16ca28f4da..36d52d4475b1a 100644 --- a/server/src/test/java/org/elasticsearch/index/shard/PrimaryReplicaSyncerTests.java +++ b/server/src/test/java/org/elasticsearch/index/shard/PrimaryReplicaSyncerTests.java @@ -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();