summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicki Dlugash <nicki@mapbox.com>2017-08-01 11:47:51 -0400
committerGitHub <noreply@github.com>2017-08-01 11:47:51 -0400
commit1194f319201279bdad27ba0d16f6452529ef2121 (patch)
tree2cb44cae869212d978f55d8ea3d78888425cb185
parent104fd98a813b611b47bbf5498d7f637ab56096ec (diff)
downloadqtlocation-mapboxgl-1194f319201279bdad27ba0d16f6452529ef2121.tar.gz
[test] Add native ignore for text-max-width/property-function and text-max-width/zoom-and-property-function (#9655)
[test] Add native ignore for text-max-width/property-function and text-max-width/zoom-and-property-function
-rw-r--r--platform/node/test/ignores.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/node/test/ignores.json b/platform/node/test/ignores.json
index 8866e13742..b2c43bd558 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-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",
"render-tests/video/default": "skip - needs issue"
}