Skip to content

Commit 2fa75b4

Browse files
committed
[CI] Mute LuceneChangesSnapshotTests#testUpdateAndReadChangesConcurrently
1 parent f0a61b6 commit 2fa75b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/index/engine/LuceneChangesSnapshotTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ public void testDedupByPrimaryTerm() throws Exception {
191191
}
192192
}
193193

194+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33344")
194195
public void testUpdateAndReadChangesConcurrently() throws Exception {
195196
Follower[] followers = new Follower[between(1, 3)];
196197
CountDownLatch readyLatch = new CountDownLatch(followers.length + 1);

0 commit comments

Comments
 (0)