[CI] Mute LuceneChangesSnapshotTests#testUpdateAndReadChangesConcurrently
This commit is contained in:
parent
f0a61b6dec
commit
2fa75b4438
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue