diff options
author | Chris Loer <chris.loer@gmail.com> | 2018-02-05 17:19:13 -0800 |
---|---|---|
committer | Chris Loer <chris.loer@mapbox.com> | 2018-02-06 08:46:15 -0800 |
commit | f7cae4c3e49282417d87a98a64bc94b12993855d (patch) | |
tree | d632fc2204e73981f7027a8ceaebfdc5caa662bb /platform/node/test | |
parent | 2a05a832b25dcafec361e0eeeea05d68a109b1f0 (diff) | |
download | qtlocation-mapboxgl-f7cae4c3e49282417d87a98a64bc94b12993855d.tar.gz |
[test] Ignore slightly-different collision circles on native.
Diffstat (limited to 'platform/node/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 91e80631a8..fbf3880fae 100644 --- a/platform/node/test/ignores.json +++ b/platform/node/test/ignores.json @@ -9,6 +9,7 @@ "render-tests/background-color/transition": "https://github.com/mapbox/mapbox-gl-native/issues/10619", "render-tests/debug/collision": "https://github.com/mapbox/mapbox-gl-native/issues/3841", "render-tests/debug/collision-lines": "https://github.com/mapbox/mapbox-gl-native/issues/10412", + "render-tests/debug/collision-lines-overscaled": "https://github.com/mapbox/mapbox-gl-native/issues/10412", "render-tests/debug/collision-lines-pitched": "https://github.com/mapbox/mapbox-gl-native/issues/10412", "render-tests/debug/collision-pitched-wrapped": "https://github.com/mapbox/mapbox-gl-native/issues/10412", "render-tests/debug/tile": "https://github.com/mapbox/mapbox-gl-native/issues/3841", |