LUCENE-8746: Disable testRandomLineEncoding for now.

This commit is contained in:
Adrien Grand 2019-10-15 13:22:26 +02:00
parent fb4b2a8834
commit 8378be83b3
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); 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();