mirror of https://github.com/apache/lucene.git
LUCENE-10389: temporary disable TestHnswGraph.testRandom()
This commit is contained in:
parent
b0d6fe68d1
commit
e18dfea8bd
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue