Skip to content

Commit 5fb53af

Browse files
authored
muted test (#40686)
1 parent 238428d commit 5fb53af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/index/fielddata/ScriptDocValuesGeoPointsTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ public void testGeoDistance() throws IOException {
114114
assertEquals(42, emptyScript.planeDistanceWithDefault(otherLat, otherLon, 42), 0);
115115
}
116116

117+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40684")
117118
public void testMissingValues() throws IOException {
118119
GeoPoint[][] points = new GeoPoint[between(3, 10)][];
119120
for (int d = 0; d < points.length; d++) {

0 commit comments

Comments
 (0)