diff options
author | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2019-08-15 17:46:59 +0300 |
---|---|---|
committer | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2019-08-15 17:49:32 +0300 |
commit | 9f53cc3bbce0402c210060de4d15d89c23fd8d93 (patch) | |
tree | 7fe3ae5fbf1aef9267eaf29385bb37b6cd56cc0f | |
parent | c0d9e6bcea96c55363b083213dcc7f9b8e80d96c (diff) | |
download | qtlocation-mapboxgl-upstream/alexshalamov_serialize_text_color.tar.gz |
[core] Ignore updated icon-text-fit render testsupstream/alexshalamov_serialize_text_color
-rw-r--r-- | platform/node/test/ignores.json | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/platform/node/test/ignores.json b/platform/node/test/ignores.json index 82a116bef2..7665972aad 100644 --- a/platform/node/test/ignores.json +++ b/platform/node/test/ignores.json @@ -103,5 +103,17 @@ "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" + "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" } |