Re-enabling test muted in #11787 (#14061)

This commit is contained in:
Benjamin Trent 2024-12-12 14:15:58 -05:00 committed by GitHub
parent 6cb79255c4
commit 1a931e6540
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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);