diff options
author | Ansis Brammanis <ansis@mapbox.com> | 2018-02-21 11:36:40 -0500 |
---|---|---|
committer | Chris Loer <chris.loer@mapbox.com> | 2018-03-19 15:31:38 -0700 |
commit | ef1dcc0d5b5ae23b303ca736168f1452ea36ae77 (patch) | |
tree | c50aba4cd60b826600c8342a40b81fbb13368a52 /platform/node | |
parent | f0110350176e48e4ee2bac7a923287444f85dbea (diff) | |
download | qtlocation-mapboxgl-ef1dcc0d5b5ae23b303ca736168f1452ea36ae77.tar.gz |
[core] don't hide icons if text is an empty string
Diffstat (limited to 'platform/node')
-rw-r--r-- | platform/node/test/ignores.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/node/test/ignores.json b/platform/node/test/ignores.json index 840daa2049..702cadcbaa 100644 --- a/platform/node/test/ignores.json +++ b/platform/node/test/ignores.json @@ -39,7 +39,6 @@ "render-tests/regressions/mapbox-gl-js#5599": "https://github.com/mapbox/mapbox-gl-native/issues/10399", "render-tests/regressions/mapbox-gl-js#5740": "https://github.com/mapbox/mapbox-gl-native/issues/10619", "render-tests/regressions/mapbox-gl-js#5982": "https://github.com/mapbox/mapbox-gl-native/issues/10619", - "render-tests/regressions/mapbox-gl-js#6160": "https://github.com/mapbox/mapbox-gl-native/pull/11206", "render-tests/regressions/mapbox-gl-native#7357": "https://github.com/mapbox/mapbox-gl-native/issues/7357", "render-tests/runtime-styling/image-add-sdf": "https://github.com/mapbox/mapbox-gl-native/issues/9847", "render-tests/runtime-styling/paint-property-fill-flat-to-extrude": "https://github.com/mapbox/mapbox-gl-native/issues/6745", |