AwaitsFix for #56755

This commit is contained in:
David Turner 2020-05-14 11:46:05 +01:00
parent b87aeb09f7
commit bec6821fe6
1 changed files with 1 additions and 0 deletions

View File

@ -255,6 +255,7 @@ public class TriangleTreeTests extends ESTestCase {
assertRelation(GeoRelation.QUERY_CROSSES, reader, getExtentFromBox(xMin, yMin, xMax, yMax));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/56755")
public void testRandomMultiLineIntersections() throws IOException {
GeoShapeIndexer indexer = new GeoShapeIndexer(true, "test");
MultiLine geometry = randomMultiLine(false);