LUCENE-10389: temporary disable TestHnswGraph.testRandom()

This commit is contained in:
Tomoko Uchida 2022-01-26 10:45:55 +09:00
parent b0d6fe68d1
commit e18dfea8bd
1 changed files with 1 additions and 0 deletions

View File

@ -365,6 +365,7 @@ public class TestHnswGraph extends LuceneTestCase {
actual);
}
@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/LUCENE-10389")
public void testRandom() throws IOException {
int size = atLeast(100);
int dim = atLeast(10);