diff options
author | Mikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com> | 2019-08-13 14:58:29 +0300 |
---|---|---|
committer | Mikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com> | 2019-08-13 14:58:29 +0300 |
commit | 031bfb6634ddc5e64a58b1b16a440d170038d133 (patch) | |
tree | 566c90e4972cb6a86e60855ba01ec2ef6878dfc9 | |
parent | 75874cb546c0b0ca4d218323fa867533e66d19ae (diff) | |
download | qtlocation-mapboxgl-upstream/mikhail_enable_number_format_tests.tar.gz |
Enable number format expression testsupstream/mikhail_enable_number_format_tests
-rw-r--r-- | platform/node/test/ignores.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/platform/node/test/ignores.json b/platform/node/test/ignores.json index 07a5fb325b..f901180f7d 100644 --- a/platform/node/test/ignores.json +++ b/platform/node/test/ignores.json @@ -104,8 +104,5 @@ "query-tests/fill-extrusion/sort-rotated": "https://github.com/mapbox/mapbox-gl-native/issues/13139", "query-tests/fill-extrusion/sort": "https://github.com/mapbox/mapbox-gl-native/issues/13139", "query-tests/fill-extrusion/top-in": "https://github.com/mapbox/mapbox-gl-native/issues/13139", - "query-tests/regressions/mapbox-gl-js#7883": "https://github.com/mapbox/mapbox-gl-native/issues/14585", - "expression-tests/number-format/currency": "https://github.com/mapbox/mapbox-gl-native/issues/13632", - "expression-tests/number-format/default": "https://github.com/mapbox/mapbox-gl-native/issues/13632", - "expression-tests/number-format/precision": "https://github.com/mapbox/mapbox-gl-native/issues/13632" + "query-tests/regressions/mapbox-gl-js#7883": "https://github.com/mapbox/mapbox-gl-native/issues/14585" } |