diff options
author | Nicki Dlugash <nicki@mapbox.com> | 2017-08-01 16:39:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-01 16:39:09 -0400 |
commit | 3faecfe2d5116a5465b7ebf24be4ac63251250af (patch) | |
tree | 0f8024f28ea361db6d603dadcbc1b754e7c59b0d | |
parent | 0ee5d9af79c7d23ec5daa090d7f00b43b825a6e8 (diff) | |
download | qtlocation-mapboxgl-3faecfe2d5116a5465b7ebf24be4ac63251250af.tar.gz |
Add native ignore for text-letter-spacing/property-function and zoom-and-property-function (#9669)
-rw-r--r-- | platform/node/test/ignores.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/node/test/ignores.json b/platform/node/test/ignores.json index b2c43bd558..70740f67f2 100644 --- a/platform/node/test/ignores.json +++ b/platform/node/test/ignores.json @@ -58,6 +58,8 @@ "render-tests/runtime-styling/source-add-geojson-inline": "skip - needs issue", "render-tests/symbol-placement/line": "needs issue", "render-tests/text-keep-upright/line-placement-true-offset": "https://github.com/mapbox/mapbox-gl-native/issues/9271", + "render-tests/text-letter-spacing/property-function": "https://github.com/mapbox/mapbox-gl-native/issues/9668", + "render-tests/text-letter-spacing/zoom-and-property-function": "https://github.com/mapbox/mapbox-gl-native/issues/9668", "render-tests/text-max-width/property-function": "https://github.com/mapbox/mapbox-gl-native/issues/9654", "render-tests/text-max-width/zoom-and-property-function": "https://github.com/mapbox/mapbox-gl-native/issues/9654", "render-tests/text-size/composite-function-high-base": "https://github.com/mapbox/mapbox-gl-native/issues/8654", |