LUCENE-8746: Disable testRandomLineEncoding for now.

This commit is contained in:
Adrien Grand 2019-10-15 13:22:26 +02:00
parent e2b160b865
commit afcf3e296c
1 changed files with 1 additions and 0 deletions

View File

@ -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();