Skip to content

Commit

Permalink
Mute (elastic#92612)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertzaharovits authored Dec 30, 2022
1 parent 35ed096 commit 3fbb109
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ private void assertBoundingBox(String hash, int precision, double lon, double la
);
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/92611")
public void testBoundingBoxQuantize() {
double lat = randomDoubleBetween(-GeoTileUtils.LATITUDE_MASK, GeoTileUtils.LATITUDE_MASK, true);
double lon = randomDoubleBetween(-180d, 180d, true);
Expand Down

0 comments on commit 3fbb109

Please sign in to comment.