diff options
author | Chris Loer <chris.loer@gmail.com> | 2018-02-05 17:19:13 -0800 |
---|---|---|
committer | Chris Loer <chris.loer@gmail.com> | 2018-02-05 17:19:13 -0800 |
commit | 22b653ff92ff5dad0885623754acca5b79ee9b1a (patch) | |
tree | d632fc2204e73981f7027a8ceaebfdc5caa662bb /platform | |
parent | f64c2c88bc6eb7b430c8d30888f13ea86bf5dfb3 (diff) | |
download | qtlocation-mapboxgl-22b653ff92ff5dad0885623754acca5b79ee9b1a.tar.gz |
[test] Ignore slightly-different collision circles on native.upstream/cloer-11116
Diffstat (limited to 'platform')
-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", |