Browse Source

Mute ContextIndexSearcherTests (#95577)

testContextIndexSearcherDenseWithDeletions

Relates #94615
Albert Zaharovits 2 years ago
parent
commit
19acee4665

+ 1 - 0
server/src/test/java/org/elasticsearch/search/internal/ContextIndexSearcherTests.java

@@ -174,6 +174,7 @@ public class ContextIndexSearcherTests extends ESTestCase {
         doTestContextIndexSearcher(true, true);
         doTestContextIndexSearcher(true, true);
     }
     }
 
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/94615")
     public void testContextIndexSearcherDenseWithDeletions() throws IOException {
     public void testContextIndexSearcherDenseWithDeletions() throws IOException {
         doTestContextIndexSearcher(false, true);
         doTestContextIndexSearcher(false, true);
     }
     }