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