From c507cc4c8a24616ebd71d8d28aa3017f2850cd52 Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Thu, 15 Aug 2019 23:41:34 +0300 Subject: [build] Disable a test that requires a debug build Overdraw debug layer is only available on debug builds. --- platform/node/test/ignores.json | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/node/test/ignores.json b/platform/node/test/ignores.json index d0ae1d0b35..d32fb6b0c4 100644 --- a/platform/node/test/ignores.json +++ b/platform/node/test/ignores.json @@ -39,6 +39,7 @@ "render-tests/custom-layer-js/null-island": "skip - js specific", "render-tests/custom-layer-js/tent-3d": "skip - js specific", "render-tests/regressions/mapbox-gl-js#7708": "skip - js specific", + "render-tests/debug/overdraw": "https://github.com/mapbox/mapbox-gl-native/issues/15638", "render-tests/debug/collision": "https://github.com/mapbox/mapbox-gl-native/issues/3841", "render-tests/debug/tile": "https://github.com/mapbox/mapbox-gl-native/issues/3841", "render-tests/debug/tile-overscaled": "https://github.com/mapbox/mapbox-gl-native/issues/3841", -- cgit v1.2.1