summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2020-02-28 14:07:30 +0200
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2020-02-28 15:00:39 +0200
commitf5c4808db3ad58e8f02d9fa686f3007f166de9af (patch)
treec53088d57954e7066fa7e32f58a37d46d19ecbd8
parent21653530fe546652e2b56fe86644a3cdeab24185 (diff)
downloadqtlocation-mapboxgl-f5c4808db3ad58e8f02d9fa686f3007f166de9af.tar.gz
[core] Skip render / expression tests
-rw-r--r--metrics/ignores/platform-all.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/metrics/ignores/platform-all.json b/metrics/ignores/platform-all.json
index 0ea2dbbc6d..248d7b0adb 100644
--- a/metrics/ignores/platform-all.json
+++ b/metrics/ignores/platform-all.json
@@ -16,6 +16,8 @@
"expression-tests/legacy/interval/composite-default": "https://github.com/mapbox/mapbox-gl-native/issues/12747",
"expression-tests/legacy/interval/tokens-zoom": "https://github.com/mapbox/mapbox-gl-native/issues/12747",
"expression-tests/resolved-locale/basic": "Even the 'en' locale may not be present on some test systems.",
+ "expression-tests/within/invalid-geojson": "skip - to be released in 1.3.0",
+ "expression-tests/within/line-within-polygon": "skip - to be released in 1.3.0",
"probes/file-size/fail-file-doesnt-match": "Should fail, doesn't match the expectation.",
"probes/file-size/fail-file-not-found": "Should fail, file not found.",
"probes/file-size/fail-size-is-over": "Should fail, size is bigger than expected.",
@@ -131,5 +133,6 @@
"render-tests/feature-state/promote-id-fill-extrusion": "https://github.com/mapbox/mapbox-gl-js/pull/9202",
"render-tests/text-variable-anchor/left-top-right-buttom-offset-tile-map-mode":"https://github.com/mapbox/mapbox-gl-js/pull/9202",
"render-tests/line-pattern/with-dasharray":"https://github.com/mapbox/mapbox-gl-js/pull/9189",
- "render-tests/symbol-sort-key/placement-tile-boundary-right-then-left": "https://github.com/mapbox/mapbox-gl-js/pull/9054"
+ "render-tests/symbol-sort-key/placement-tile-boundary-right-then-left": "https://github.com/mapbox/mapbox-gl-js/pull/9054",
+ "render-tests/within/paint-line": "skip - to be released in 1.3.0"
}