diff options
author | Chris Loer <chris.loer@gmail.com> | 2018-06-19 11:46:43 -0700 |
---|---|---|
committer | Chris Loer <chris.loer@gmail.com> | 2018-06-19 11:46:43 -0700 |
commit | 0083ac5ba4dd20642a3e8b20d6c4ce2f3315c6b9 (patch) | |
tree | 9c09f40bc7d60df5f4226bc6f10d2ab97da5cf01 | |
parent | 4be736ab689e76adf5213f299cd10edb34554f57 (diff) | |
download | qtlocation-mapboxgl-0083ac5ba4dd20642a3e8b20d6c4ce2f3315c6b9.tar.gz |
Add native ignore for "resolved-locale" test.upstream/port-collator
On nodeX-clang39/gcc6 CI platforms, locale "en" resolves to "".
-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 c290b269c2..77a2012327 100644 --- a/platform/node/test/ignores.json +++ b/platform/node/test/ignores.json @@ -16,6 +16,7 @@ "query-tests/world-wrapping/box": "skip - needs issue", "query-tests/world-wrapping/point": "skip - needs issue", "render-tests/background-color/transition": "https://github.com/mapbox/mapbox-gl-native/issues/10619", + "render-tests/collator/resolved-locale": "Some test platforms don't resolve 'en' locale", "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", |