summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorChris Loer <chris.loer@mapbox.com>2017-07-19 18:09:16 -0700
committerNicki Dlugash <nicki@mapbox.com>2017-07-19 18:09:16 -0700
commitc0dd1103e05bfaf6187e185294b1044ab95cb332 (patch)
treea92bcb54c1016e335f6f799d0037f0217ad73339 /platform
parent2cdbb49a0c7253aa38da8e02dff921d78dc2de49 (diff)
downloadqtlocation-mapboxgl-c0dd1103e05bfaf6187e185294b1044ab95cb332.tar.gz
[test] Add native ignore for 'text-anchor/property-function' (#9556)
Diffstat (limited to 'platform')
-rw-r--r--platform/node/test/ignores.json3
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
+}