mirror of https://github.com/apache/lucene.git
parent
6cb79255c4
commit
1a931e6540
|
@ -608,7 +608,6 @@ abstract class BaseKnnVectorQueryTestCase extends LuceneTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Tests filtering when all vectors have the same score. */
|
/** Tests filtering when all vectors have the same score. */
|
||||||
@AwaitsFix(bugUrl = "https://github.com/apache/lucene/issues/11787")
|
|
||||||
public void testFilterWithSameScore() throws IOException {
|
public void testFilterWithSameScore() throws IOException {
|
||||||
int numDocs = 100;
|
int numDocs = 100;
|
||||||
int dimension = atLeast(5);
|
int dimension = atLeast(5);
|
||||||
|
|
Loading…
Reference in New Issue