Browse Source

[CI] Mute LuceneChangesSnapshotTests#testUpdateAndReadChangesConcurrently

Jim Ferenczi 7 years ago
parent
commit
2fa75b4438

+ 1 - 0
server/src/test/java/org/elasticsearch/index/engine/LuceneChangesSnapshotTests.java

@@ -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);