From bdf7320e304a839248fb145ec76f10ade802e6d9 Mon Sep 17 00:00:00 2001 From: Ander Conselvan de Oliveira Date: Tue, 11 Sep 2018 14:46:56 +0300 Subject: [node] Ignore custom layer tests in node platform Custom layers are not implemented in node platform so ignore tests that require it. --- platform/node/test/ignores.json | 2 ++ 1 file changed, 2 insertions(+) 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", -- cgit v1.2.1