Skip to content

Commit ce635f5

Browse files
committed
Mute testSyncerOnClosingShard
Tracked at #33330
1 parent b7a63f7 commit ce635f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/index/shard/PrimaryReplicaSyncerTests.java

+1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ public void testSyncerSendsOffCorrectDocuments() throws Exception {
125125
closeShards(shard);
126126
}
127127

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

0 commit comments

Comments
 (0)