summaryrefslogtreecommitdiff
path: root/platform/node
diff options
context:
space:
mode:
authorAnsis Brammanis <ansis@mapbox.com>2019-10-02 13:49:33 -0400
committerGitHub <noreply@github.com>2019-10-02 13:49:33 -0400
commitdfca8fb2149eea69e7cff08a15d964b4a5e4d710 (patch)
treecf1f4948db763bf42533cb50a6760b54edc80ba4 /platform/node
parent90b37927eb67be18c60b05336730d9ea419d8b5e (diff)
downloadqtlocation-mapboxgl-dfca8fb2149eea69e7cff08a15d964b4a5e4d710.tar.gz
[core] fix opacity interpolation for composition expressions (#15738)
port https://github.com/mapbox/mapbox-gl-js/pull/8818
Diffstat (limited to 'platform/node')
-rw-r--r--platform/node/test/ignores.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/node/test/ignores.json b/platform/node/test/ignores.json
index f053b2add1..8da2905dbb 100644
--- a/platform/node/test/ignores.json
+++ b/platform/node/test/ignores.json
@@ -71,6 +71,7 @@
"render-tests/circle-sort-key/literal": "https://github.com/mapbox/mapbox-gl-native/issues/15008",
"render-tests/fill-sort-key/literal": "https://github.com/mapbox/mapbox-gl-native/issues/15008",
"render-tests/line-sort-key/literal": "https://github.com/mapbox/mapbox-gl-native/issues/15008",
+ "render-tests/regressions/mapbox-gl-js#8817": "skip - https://github.com/mapbox/mapbox-gl-native/issues/15737",
"query-tests/fill-extrusion/base-in": "https://github.com/mapbox/mapbox-gl-native/issues/13139",
"query-tests/fill-extrusion/box-in": "https://github.com/mapbox/mapbox-gl-native/issues/13139",
"query-tests/fill-extrusion/side-in": "https://github.com/mapbox/mapbox-gl-native/issues/13139",