Test mute for issue #13272 (#13273)

This commit is contained in:
Benjamin Trent 2024-04-04 16:21:32 -04:00 committed by GitHub
parent 5b5a02d0cd
commit 88c0909210
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -767,6 +767,7 @@ abstract class BaseKnnVectorQueryTestCase extends LuceneTestCase {
}
/** Test that the query times out correctly. */
@AwaitsFix(bugUrl = "https://github.com/apache/lucene/issues/13272")
public void testTimeout() throws IOException {
try (Directory indexStore =
getIndexStore("field", new float[] {0, 1}, new float[] {1, 2}, new float[] {0, 0});

View File

@ -285,6 +285,7 @@ abstract class ParentBlockJoinKnnVectorQueryTestCase extends LuceneTestCase {
}
/** Test that the query times out correctly. */
@AwaitsFix(bugUrl = "https://github.com/apache/lucene/issues/13272")
public void testTimeout() throws IOException {
try (Directory indexStore =
getIndexStore("field", new float[] {0, 1}, new float[] {1, 2}, new float[] {0, 0});