Skip to content

Commit

Permalink
Mute flaky H3LatLonGeometryTest.testIndexPoints (#89870)
Browse files Browse the repository at this point in the history
  • Loading branch information
craigtaverner authored Sep 7, 2022
1 parent 59c1c81 commit cd8a7bd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public class H3LatLonGeometryTests extends ESTestCase {

private static final String FIELD_NAME = "field";

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/89868")
public void testIndexPoints() throws Exception {
Point queryPoint = GeometryTestUtils.randomPoint();
String[] hexes = new String[H3.MAX_H3_RES + 1];
Expand Down

0 comments on commit cd8a7bd

Please sign in to comment.