diff options
author | Mikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com> | 2019-03-04 23:34:34 +0200 |
---|---|---|
committer | Mikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com> | 2019-03-05 14:04:52 +0200 |
commit | be2a4a0189f42c2ae05eb2e54339bcf3bba97f4d (patch) | |
tree | c4eb3d45a4984a365490a27995a55b946d3c3287 /platform/node | |
parent | 7f4cd536c4d7de7cc67bc3d6ac14dd3222806fb4 (diff) | |
download | qtlocation-mapboxgl-be2a4a0189f42c2ae05eb2e54339bcf3bba97f4d.tar.gz |
Skip failing render tests
Diffstat (limited to 'platform/node')
-rw-r--r-- | platform/node/test/ignores.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/platform/node/test/ignores.json b/platform/node/test/ignores.json index 8a2869e215..90e17b9a36 100644 --- a/platform/node/test/ignores.json +++ b/platform/node/test/ignores.json @@ -143,5 +143,9 @@ "render-tests/feature-state/composite-expression": "https://github.com/mapbox/mapbox-gl-native/issues/12613", "render-tests/feature-state/data-expression": "https://github.com/mapbox/mapbox-gl-native/issues/12613", "render-tests/feature-state/set-paint-property": "skip - port https://github.com/mapbox/mapbox-gl-js/pull/6263 - needs issue", - "render-tests/feature-state/vector-source": "https://github.com/mapbox/mapbox-gl-native/issues/12613" + "render-tests/feature-state/vector-source": "https://github.com/mapbox/mapbox-gl-native/issues/12613", + "render-tests/symbol-sort-key/icon-expression": "https://github.com/mapbox/mapbox-gl-native/issues/14028", + "render-tests/symbol-sort-key/text-expression": "https://github.com/mapbox/mapbox-gl-native/issues/14028", + "render-tests/symbol-sort-key/text-placement": "https://github.com/mapbox/mapbox-gl-native/issues/14028", + "render-tests/fill-opacity/opaque-fill-over-symbol-layer": "skip - port https://github.com/mapbox/mapbox-gl-js/pull/7612" } |