Mute TestKnnVectorQuery#testFilterWithSameScore while we work on a fix

This commit is contained in:
Julie Tibshirani 2022-09-20 15:44:10 -07:00
parent 4eaebee686
commit add309bb40
1 changed files with 1 additions and 0 deletions

View File

@ -632,6 +632,7 @@ public class TestKnnVectorQuery extends LuceneTestCase {
}
/** Tests filtering when all vectors have the same score. */
@AwaitsFix(bugUrl = "https://github.com/apache/lucene/issues/11787")
public void testFilterWithSameScore() throws IOException {
int numDocs = 100;
int dimension = atLeast(5);