You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ji...@apache.org on 2018/08/03 10:39:51 UTC

lucene-solr:branch_7x: LUCENE-8443: Mute failing test temporarily

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 2b121e7f2 -> cb15cd5a3


LUCENE-8443: Mute failing test temporarily


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/cb15cd5a
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/cb15cd5a
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/cb15cd5a

Branch: refs/heads/branch_7x
Commit: cb15cd5a3ec6f7a003c9316a4295d11ec0a87a89
Parents: 2b121e7
Author: Jim Ferenczi <ji...@apache.org>
Authored: Fri Aug 3 12:38:36 2018 +0200
Committer: Jim Ferenczi <ji...@apache.org>
Committed: Fri Aug 3 12:39:40 2018 +0200

----------------------------------------------------------------------
 .../org/apache/lucene/document/TestLatLonPointShapeQueries.java | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/cb15cd5a/lucene/sandbox/src/test/org/apache/lucene/document/TestLatLonPointShapeQueries.java
----------------------------------------------------------------------
diff --git a/lucene/sandbox/src/test/org/apache/lucene/document/TestLatLonPointShapeQueries.java b/lucene/sandbox/src/test/org/apache/lucene/document/TestLatLonPointShapeQueries.java
index e98cb73..62e4cdf 100644
--- a/lucene/sandbox/src/test/org/apache/lucene/document/TestLatLonPointShapeQueries.java
+++ b/lucene/sandbox/src/test/org/apache/lucene/document/TestLatLonPointShapeQueries.java
@@ -63,4 +63,9 @@ public class TestLatLonPointShapeQueries extends BaseLatLonShapeTestCase {
       return poly2d.relateTriangle(lon, lat, lon, lat, lon, lat) != Relation.CELL_OUTSIDE_QUERY;
     }
   }
+
+  @AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/LUCENE-8443")
+  @Override
+  public void testRandomTiny() throws Exception {
+  }
 }