Skip to content

Commit

Permalink
Temporarily mute TestKnnVectorQuery#testRandomWithFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
jtibshirani committed Feb 17, 2022
1 parent af40b44 commit 4461f2c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ public void testRandom() throws IOException {
}

/** Tests with random vectors and a random filter. Uses RandomIndexWriter. */
@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/LUCENE-10408")
public void testRandomWithFilter() throws IOException {
int numDocs = 200;
int dimension = atLeast(5);
Expand Down

0 comments on commit 4461f2c

Please sign in to comment.