Skip to content

Commit

Permalink
Mute GeoGridTilerTestCase#testGeoGridSetValuesBoundingBoxes_Unbounded…
Browse files Browse the repository at this point in the history
…GeoShapeCellValues
  • Loading branch information
jtibshirani committed Feb 17, 2022
1 parent 3065c6d commit 69e75ba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ public void testGeoGridSetValuesBoundingBoxes_coversAllLongitudeValues() throws
assertThat(numBuckets, equalTo(expected));
}

@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/84152")
public void testGeoGridSetValuesBoundingBoxes_UnboundedGeoShapeCellValues() throws Exception {
for (int i = 0; i < 1000; i++) {
int precision = randomIntBetween(0, 3);
Expand Down

0 comments on commit 69e75ba

Please sign in to comment.