diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2019-10-14 15:15:54 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2019-10-14 18:46:12 +0200 |
commit | 9cac122c5cf6404b9c8cdb52f130f7386a273241 (patch) | |
tree | 35c94fa8e23c030aa064a5e696f6c5cc9e545b10 /platform | |
parent | 8206ce0e024a082f6979ce66f65909cb451e9d71 (diff) | |
download | qtlocation-mapboxgl-9cac122c5cf6404b9c8cdb52f130f7386a273241.tar.gz |
[core] map image type to string until we have a dedicated implementation
Diffstat (limited to 'platform')
-rw-r--r-- | platform/node/test/ignores.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/node/test/ignores.json b/platform/node/test/ignores.json index 8da2905dbb..289f38be38 100644 --- a/platform/node/test/ignores.json +++ b/platform/node/test/ignores.json @@ -16,6 +16,10 @@ "expression-tests/legacy/interval/composite": "https://github.com/mapbox/mapbox-gl-native/issues/12747", "expression-tests/legacy/interval/composite-default": "https://github.com/mapbox/mapbox-gl-native/issues/12747", "expression-tests/legacy/interval/tokens-zoom": "https://github.com/mapbox/mapbox-gl-native/issues/12747", + "expression-tests/image/basic": "https://github.com/mapbox/mapbox-gl-native/issues/15800", + "expression-tests/image/compound": "https://github.com/mapbox/mapbox-gl-native/issues/15800", + "expression-tests/image/coalesce": "https://github.com/mapbox/mapbox-gl-native/issues/15800", + "expression-tests/image/implicit-assert": "https://github.com/mapbox/mapbox-gl-native/issues/15800", "query-tests/geometry/multilinestring": "needs investigation", "query-tests/geometry/multipolygon": "needs investigation", "query-tests/geometry/polygon": "needs investigation", |