mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-20 03:45:02 +00:00
[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…
x
Reference in New Issue
Block a user