Skip to content

Commit

Permalink
Mute GeoBoundingBoxQueryBuilderGeoShapeTests#testToQuery (#88713)
Browse files Browse the repository at this point in the history
relates to #88711
  • Loading branch information
iverase authored Jul 22, 2022
1 parent 168ab2e commit 8141b3c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,9 @@ protected void doAssertLuceneQuery(GeoBoundingBoxQueryBuilder queryBuilder, Quer
assertEquals(GeoShapeWithDocValuesFieldMapper.GeoShapeWithDocValuesFieldType.class, fieldType.getClass());
assertEquals(IndexOrDocValuesQuery.class, query.getClass());
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/88711")
public void testToQuery() throws IOException {
super.testToQuery();
}
}

0 comments on commit 8141b3c

Please sign in to comment.