You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2019/10/15 11:24:14 UTC

[lucene-solr] branch master updated: LUCENE-8746: Disable testRandomLineEncoding for now.

This is an automated email from the ASF dual-hosted git repository.

jpountz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new afcf3e2  LUCENE-8746: Disable testRandomLineEncoding for now.
afcf3e2 is described below

commit afcf3e296c332061ffb1da50a430d48d273a237a
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Tue Oct 15 13:22:26 2019 +0200

    LUCENE-8746: Disable testRandomLineEncoding for now.
---
 .../src/test/org/apache/lucene/document/BaseShapeEncodingTestCase.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lucene/sandbox/src/test/org/apache/lucene/document/BaseShapeEncodingTestCase.java b/lucene/sandbox/src/test/org/apache/lucene/document/BaseShapeEncodingTestCase.java
index ee71047..e7642a9 100644
--- a/lucene/sandbox/src/test/org/apache/lucene/document/BaseShapeEncodingTestCase.java
+++ b/lucene/sandbox/src/test/org/apache/lucene/document/BaseShapeEncodingTestCase.java
@@ -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();