mute CentroidCalculatorTests#testPolygonAsPoint (#58249) (#58250)

This commit is contained in:
Ignacio Vera 2020-06-17 14:32:13 +02:00 committed by GitHub
parent b78b3edeea
commit 2d3d7ab387
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -251,6 +251,7 @@ public class CentroidCalculatorTests extends ESTestCase {
assertThat(calculator.getDimensionalShapeType(), equalTo(LINE)); assertThat(calculator.getDimensionalShapeType(), equalTo(LINE));
} }
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/58245")
public void testPolygonAsPoint() { public void testPolygonAsPoint() {
Point point = GeometryTestUtils.randomPoint(false); Point point = GeometryTestUtils.randomPoint(false);
Polygon polygon = new Polygon(new LinearRing(new double[] { point.getX(), point.getX(), point.getX(), point.getX() }, Polygon polygon = new Polygon(new LinearRing(new double[] { point.getX(), point.getX(), point.getX(), point.getX() },