diff --git a/server/src/test/java/org/elasticsearch/index/engine/LuceneChangesSnapshotTests.java b/server/src/test/java/org/elasticsearch/index/engine/LuceneChangesSnapshotTests.java index cf4924f70b475..feb0a415bad0b 100644 --- a/server/src/test/java/org/elasticsearch/index/engine/LuceneChangesSnapshotTests.java +++ b/server/src/test/java/org/elasticsearch/index/engine/LuceneChangesSnapshotTests.java @@ -191,6 +191,7 @@ public void testDedupByPrimaryTerm() throws Exception { } } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33344") public void testUpdateAndReadChangesConcurrently() throws Exception { Follower[] followers = new Follower[between(1, 3)]; CountDownLatch readyLatch = new CountDownLatch(followers.length + 1);