[CI] Mute LuceneChangesSnapshotTests#testUpdateAndReadChangesConcurrently

This commit is contained in:
Jim Ferenczi 2018-09-03 10:14:00 +02:00
parent f0a61b6dec
commit 2fa75b4438
1 changed files with 1 additions and 0 deletions

View File

@ -191,6 +191,7 @@ public class LuceneChangesSnapshotTests extends EngineTestCase {
}
}
@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);