diff options
author | Lauren Budorick <lauren@mapbox.com> | 2017-12-20 15:17:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-20 15:17:11 -0500 |
commit | 920057c9d6285fc30f4155a505e2bf15143e3842 (patch) | |
tree | 37c9e1c357f818799be29d56f3c5cdafa8a58797 /platform/node | |
parent | d744b5033b994e2301621f68565cef622e3ba40f (diff) | |
download | qtlocation-mapboxgl-920057c9d6285fc30f4155a505e2bf15143e3842.tar.gz |
[core] Better align fill-extrusion vertex layout
Diffstat (limited to 'platform/node')
-rw-r--r-- | platform/node/test/ignores.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/node/test/ignores.json b/platform/node/test/ignores.json index 2ed72f7bfd..bca302e537 100644 --- a/platform/node/test/ignores.json +++ b/platform/node/test/ignores.json @@ -17,6 +17,7 @@ "expression-tests/not_equal/string": "https://github.com/mapbox/mapbox-gl-native/issues/10678", "expression-tests/not_equal/value": "https://github.com/mapbox/mapbox-gl-native/issues/10678", "expression-tests/interpolate/linear-color": "https://github.com/mapbox/mapbox-gl-native/issues/10604", + "expression-tests/to-rgba/alpha": "https://github.com/mapbox/mapbox-gl-native/issues/10604", "expression-tests/to-rgba/basic": "https://github.com/mapbox/mapbox-gl-native/issues/10604", "query-tests/circle-stroke-width/inside": "https://github.com/mapbox/mapbox-gl-native/issues/10307", "query-tests/geometry/multilinestring": "needs investigation", |