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-12 13:54:50 +0300
commitbdf7320e304a839248fb145ec76f10ade802e6d9 (patch)
tree0c909903a2d242deba3cc5be8487ed13d5fa3afb
parentfbd19fca3946ad657379946bd23d243cfd861ddc (diff)
downloadqtlocation-mapboxgl-upstream/gl-face-culling.tar.gz
[node] Ignore custom layer tests in node platformupstream/gl-face-culling
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 d2ec3644d9..89fb3ce395 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",