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:13 UTC

[lucene-solr] branch branch_8x 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 branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


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

commit 8378be83b3fc0ac33566c08f0b760023fcf9b08c
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();