summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-03-04 23:34:34 +0200
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-03-04 23:34:34 +0200
commite58838c725638a81e73ed2ff712694e130603e58 (patch)
tree6931a766f249a752483f409d220f6b9056e01e23
parent602c377066ce5470f4a1aa8a4a5fedf5c45deac3 (diff)
downloadqtlocation-mapboxgl-upstream/optimize-dem-tex.tar.gz
Skip failing render testsupstream/optimize-dem-tex
-rw-r--r--platform/node/test/ignores.json6
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"
}