diff options
-rw-r--r-- | platform/node/test/ignores.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/node/test/ignores.json b/platform/node/test/ignores.json index ae8a1d1039..d911ae0653 100644 --- a/platform/node/test/ignores.json +++ b/platform/node/test/ignores.json @@ -55,7 +55,8 @@ "render-tests/runtime-styling/set-style-paint-property-fill-flat-to-extrude": "skip - needs issue", "render-tests/runtime-styling/source-add-geojson-inline": "skip - needs issue", "render-tests/symbol-placement/line": "needs issue", + "render-tests/text-anchor/property-function": "https://github.com/mapbox/mapbox-gl-native/issues/9555", "render-tests/text-keep-upright/line-placement-true-offset": "https://github.com/mapbox/mapbox-gl-native/issues/9271", "render-tests/text-size/composite-function-high-base": "https://github.com/mapbox/mapbox-gl-native/issues/8654", "render-tests/video/default": "skip - needs issue" -}
\ No newline at end of file +} |