diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2018-11-28 09:49:33 +0200 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2018-11-29 14:23:55 +0200 |
commit | 369d1f005b8c2b217c3aca3a3782efd01268bb57 (patch) | |
tree | 523b48cd03c63db78911b68ea114abc41bfef9fd /platform/node | |
parent | c0bfa99b66ae0e47c5aede5e6084d964a2deb7d7 (diff) | |
download | qtlocation-mapboxgl-369d1f005b8c2b217c3aca3a3782efd01268bb57.tar.gz |
[core] Do not consider X axis when constraining scale
Diffstat (limited to 'platform/node')
-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 fa4f4f7cd1..c83403e2df 100644 --- a/platform/node/test/ignores.json +++ b/platform/node/test/ignores.json @@ -73,6 +73,7 @@ "render-tests/canvas/default": "skip - js specific", "render-tests/collator/resolved-locale": "Some test platforms don't resolve 'en' locale", "render-tests/collator/default": "Some test platforms don't resolve 'en' locale", + "render-tests/custom-layer-js/depth": "skip - js specific", "render-tests/custom-layer-js/null-island": "skip - js specific", "render-tests/custom-layer-js/tent-3d": "skip - js specific", "render-tests/debug/collision": "https://github.com/mapbox/mapbox-gl-native/issues/3841", @@ -90,6 +91,7 @@ "render-tests/fill-extrusion-pattern/missing": "https://github.com/mapbox/mapbox-gl-js/issues/3327", "render-tests/fill-extrusion-pattern/opacity": "https://github.com/mapbox/mapbox-gl-js/issues/3327", "render-tests/fill-extrusion-pattern/feature-expression": "https://github.com/mapbox/mapbox-gl-js/issues/3327", + "render-tests/fill-extrusion-vertical-gradient/false": "https://github.com/mapbox/mapbox-gl-native/issues/13462", "render-tests/fill-pattern/update-feature-state": "skip - port https://github.com/mapbox/mapbox-gl-js/pull/6263 - needs issue", "render-tests/geojson/inline-linestring-fill": "current behavior is arbitrary", "render-tests/geojson/inline-polygon-symbol": "behavior needs reconciliation with gl-js", |