mirror of https://github.com/apache/lucene.git
LUCENE-8746: Disable testRandomLineEncoding for now.
This commit is contained in:
parent
e2b160b865
commit
afcf3e296c
|
@ -472,6 +472,7 @@ public abstract class BaseShapeEncodingTestCase extends LuceneTestCase {
|
|||
verifyEncoding(ay, ax, ay, ax, ay, ax);
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/LUCENE-8746")
|
||||
public void testRandomLineEncoding() {
|
||||
double ay = nextY();
|
||||
double ax = nextX();
|
||||
|
|
Loading…
Reference in New Issue