diff options
author | Lauren Budorick <lauren@mapbox.com> | 2017-10-14 01:34:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-14 01:34:19 +0200 |
commit | 98bb8613c341bc9e07692f6172c661e8f700272d (patch) | |
tree | 2efaf1be720601e0fb22640d26456a6cbb7fab48 | |
parent | 2166b8577b4bd2812d504ceb31b6c2af243de8f5 (diff) | |
download | qtlocation-mapboxgl-98bb8613c341bc9e07692f6172c661e8f700272d.tar.gz |
Ignore raster-masking/overlapping-zoom
-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 dd32b04f03..d079e8a8a8 100644 --- a/platform/node/test/ignores.json +++ b/platform/node/test/ignores.json @@ -36,6 +36,7 @@ "render-tests/line-join/property-function": "https://github.com/mapbox/mapbox-gl-js/pull/5020", "render-tests/line-join/property-function-dasharray": "https://github.com/mapbox/mapbox-gl-js/pull/5020", "render-tests/line-opacity/step-curve": "https://github.com/mapbox/mapbox-gl-native/pull/9439", + "render-tests/raster-masking/overlapping-zoom": "https://github.com/mapbox/mapbox-gl-native/issues/10195", "render-tests/regressions/mapbox-gl-js#2305": "https://github.com/mapbox/mapbox-gl-native/issues/6927", "render-tests/regressions/mapbox-gl-js#3682": "https://github.com/mapbox/mapbox-gl-js/issues/3682", "render-tests/regressions/mapbox-gl-js#5370": "skip - https://github.com/mapbox/mapbox-gl-native/pull/9439", |