mirror of https://github.com/apache/lucene.git
Mute TestKnnVectorQuery#testFilterWithSameScore while we work on a fix
This commit is contained in:
parent
4eaebee686
commit
add309bb40
|
@ -632,6 +632,7 @@ public class TestKnnVectorQuery 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