diff options
author | Chris Loer <chris.loer@mapbox.com> | 2017-07-19 18:09:16 -0700 |
---|---|---|
committer | Nicki Dlugash <nicki@mapbox.com> | 2017-07-19 18:09:16 -0700 |
commit | c0dd1103e05bfaf6187e185294b1044ab95cb332 (patch) | |
tree | a92bcb54c1016e335f6f799d0037f0217ad73339 | |
parent | 2cdbb49a0c7253aa38da8e02dff921d78dc2de49 (diff) | |
download | qtlocation-mapboxgl-c0dd1103e05bfaf6187e185294b1044ab95cb332.tar.gz |
[test] Add native ignore for 'text-anchor/property-function' (#9556)
-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 +} |