diff options
author | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2019-08-15 18:29:21 +0300 |
---|---|---|
committer | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2019-08-20 12:31:02 +0300 |
commit | b1986ca51e4a4a08a9e457e6e70049f77120774b (patch) | |
tree | f3ae02a5569081597f38c5d1191345ba1a2ec94b /platform/node | |
parent | 9ba700fd47cccb3b615afae0b4b309c1e69da2f7 (diff) | |
download | qtlocation-mapboxgl-b1986ca51e4a4a08a9e457e6e70049f77120774b.tar.gz |
[core] Unskip icon-text-fit render tests
Diffstat (limited to 'platform/node')
-rw-r--r-- | platform/node/test/ignores.json | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/platform/node/test/ignores.json b/platform/node/test/ignores.json index fa8ec6cc4b..0595d61297 100644 --- a/platform/node/test/ignores.json +++ b/platform/node/test/ignores.json @@ -100,17 +100,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", - "render-tests/icon-text-fit/both-padding": "https://github.com/mapbox/mapbox-gl-native/issues/15346", - "render-tests/icon-text-fit/both": "https://github.com/mapbox/mapbox-gl-native/issues/15346", - "render-tests/icon-text-fit/height-padding": "https://github.com/mapbox/mapbox-gl-native/issues/15346", - "render-tests/icon-text-fit/height": "https://github.com/mapbox/mapbox-gl-native/issues/15346", - "render-tests/icon-text-fit/placement-line": "https://github.com/mapbox/mapbox-gl-native/issues/15346", - "render-tests/icon-text-fit/width-padding": "https://github.com/mapbox/mapbox-gl-native/issues/15346", - "render-tests/icon-text-fit/width": "https://github.com/mapbox/mapbox-gl-native/issues/15346", - "render-tests/regressions/mapbox-gl-js#5631": "https://github.com/mapbox/mapbox-gl-native/issues/15346", - "render-tests/text-variable-anchor/all-anchors-icon-text-fit": "https://github.com/mapbox/mapbox-gl-native/issues/15346", - "render-tests/text-variable-anchor/icon-text-fit-collision-box": "https://github.com/mapbox/mapbox-gl-native/issues/15346", - "render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode-icon-text-fit": "https://github.com/mapbox/mapbox-gl-native/issues/15346", - "render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode-icon-text-fit": "https://github.com/mapbox/mapbox-gl-native/issues/15346" + "query-tests/regressions/mapbox-gl-js#7883": "https://github.com/mapbox/mapbox-gl-native/issues/14585" } |