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