Skip to content

Commit

Permalink
mute testFetchVectorTile (elastic#76060)
Browse files Browse the repository at this point in the history
  • Loading branch information
iverase authored Aug 4, 2021
1 parent bba0f6c commit e87f05d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public void testFetchSourceValue() throws IOException {
assertEquals(List.of(wktLineString, wktPoint), fetchSourceValue(mapper, sourceValue, "wkt"));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/76059")
public void testFetchVectorTile() throws IOException {
fetchVectorTile(GeometryTestUtils.randomPoint());
fetchVectorTile(GeometryTestUtils.randomMultiPoint(false));
Expand Down

0 comments on commit e87f05d

Please sign in to comment.