diff options
author | Lauren Budorick <lauren@mapbox.com> | 2017-10-12 14:04:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-12 14:04:43 +0200 |
commit | 057cc80fc45758e89bfa08eb1ce0df487dc002a6 (patch) | |
tree | 6b0c5f20b516915550b2545157b19f8abfe0d1b5 | |
parent | f4cb3b8a4f70723f22d89b163160dc1a28d8d8a0 (diff) | |
download | qtlocation-mapboxgl-057cc80fc45758e89bfa08eb1ce0df487dc002a6.tar.gz |
Add ignore for expression-based regression test
-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 a4762badbc..6750f24bc9 100644 --- a/platform/node/test/ignores.json +++ b/platform/node/test/ignores.json @@ -38,6 +38,7 @@ "render-tests/line-opacity/step-curve": "https://github.com/mapbox/mapbox-gl-native/pull/9439", "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": "https://github.com/mapbox/mapbox-gl-native/pull/9439", "render-tests/regressions/mapbox-gl-native#7357": "https://github.com/mapbox/mapbox-gl-native/issues/7357", "render-tests/runtime-styling/image-add-sdf": "https://github.com/mapbox/mapbox-gl-native/issues/9847", "render-tests/runtime-styling/paint-property-fill-flat-to-extrude": "https://github.com/mapbox/mapbox-gl-native/issues/6745", |