Skip to content

Commit 03eb170

Browse files
authored
Mute GeoDistanceQueryBuilderGeoShapeTests#testToQuery (#88714)
relates #88712
1 parent 8141b3c commit 03eb170

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

x-pack/plugin/spatial/src/test/java/org/elasticsearch/xpack/spatial/index/query/GeoDistanceQueryBuilderGeoShapeTests.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,9 @@ protected void doAssertLuceneQuery(GeoDistanceQueryBuilder queryBuilder, Query q
6363
assertEquals(GeoShapeWithDocValuesFieldMapper.GeoShapeWithDocValuesFieldType.class, fieldType.getClass());
6464
assertEquals(IndexOrDocValuesQuery.class, query.getClass());
6565
}
66+
67+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/88712")
68+
public void testToQuery() throws IOException {
69+
super.testToQuery();
70+
}
6671
}

0 commit comments

Comments
 (0)