Skip to content

Commit

Permalink
Mute GeoPointShapeQueryTests#testFieldAlias (#75104) (#75105)
Browse files Browse the repository at this point in the history
  • Loading branch information
iverase authored Jul 8, 2021
1 parent 0dc8d02 commit f062bdb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ protected void createMapping(String indexName, String type, String fieldName, Se
client().admin().indices().prepareCreate(defaultIndexName).addMapping(type, xcb).get();
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/75103")
public void testFieldAlias() throws IOException {
String mapping = Strings.toString(XContentFactory.jsonBuilder()
.startObject()
Expand Down

0 comments on commit f062bdb

Please sign in to comment.