summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnder Conselvan de Oliveira <ander.deoliveira@mapbox.com>2018-09-11 14:46:56 +0300
committerAnder Conselvan de Oliveira <ander.deoliveira@mapbox.com>2018-09-13 08:42:36 +0300
commit6367fcb2a82c52c7f80e82941621be603373a57b (patch)
tree35b949773e9dee537996c5773a025dbb4163ab6a
parent5b1925d521b77e27318912619cfcd3a7f2f2cd42 (diff)
downloadqtlocation-mapboxgl-6367fcb2a82c52c7f80e82941621be603373a57b.tar.gz
[node] Ignore custom layer tests in node platform
Custom layers are not implemented in node platform so ignore tests that require it.
-rw-r--r--platform/node/test/ignores.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/node/test/ignores.json b/platform/node/test/ignores.json
index 67f0ff9a72..0871729e81 100644
--- a/platform/node/test/ignores.json
+++ b/platform/node/test/ignores.json
@@ -76,6 +76,8 @@
"render-tests/bright-v9/z0-wide": "https://github.com/mapbox/mapbox-gl-native/pull/12611",
"render-tests/collator/resolved-locale": "Some test platforms don't resolve 'en' locale",
"render-tests/collator/default": "Some test platforms don't resolve 'en' locale",
+ "render-tests/custom-layer-js/null-island": "Not implemented",
+ "render-tests/custom-layer-js/tent-3d": "Not implemented",
"render-tests/debug/collision": "https://github.com/mapbox/mapbox-gl-native/issues/3841",
"render-tests/debug/collision-lines": "https://github.com/mapbox/mapbox-gl-native/issues/10412",
"render-tests/debug/collision-lines-overscaled": "https://github.com/mapbox/mapbox-gl-native/issues/10412",