summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2019-08-15 23:41:34 +0300
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2019-09-16 23:16:48 +0300
commit74cc382599ec52d90ae73473d001522ec4b5ee1f (patch)
tree5e2a9c2f573fdebebdd04b1d82c047e5855b85d1
parent1f497e0ea2d7e82838e177d4ecfabcf9b5eddadd (diff)
downloadqtlocation-mapboxgl-74cc382599ec52d90ae73473d001522ec4b5ee1f.tar.gz
[build] Disable a test that requires a debug build
Overdraw debug layer is only available on debug builds.
-rw-r--r--platform/node/test/ignores.json1
1 files changed, 1 insertions, 0 deletions
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",