Skip to content

Commit 4bcf33e

Browse files
authored
Mark trimmed rounded precision WKT-writer test as broken
1 parent 10eaf38 commit 4bcf33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_geos_functions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ using Extents
1818
outputdim = 3,
1919
roundingprecision = 2,
2020
)
21-
@test writegeom(p, writer) == "POINT (0.12 2)"
21+
@test_broken writegeom(p, writer) == "POINT (0.12 2)" # Broken in GEOS 3.13.0 https://github.com/libgeos/geos/issues/1198
2222

2323
# round to 2 decimals and don't trim trailing zeros
2424
writer = LibGEOS.WKTWriter(

0 commit comments

Comments
 (0)