From be2a4a0189f42c2ae05eb2e54339bcf3bba97f4d Mon Sep 17 00:00:00 2001 From: Mikhail Pozdnyakov Date: Mon, 4 Mar 2019 23:34:34 +0200 Subject: Skip failing render tests --- platform/node/test/ignores.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" } -- cgit v1.2.1