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-05 13:29:00 +0300
commit57928c386b86571dd3ba83ae8dc419dfdb7a3658 (patch)
tree411b6c00876c6f12fae3e65ea5f4298eb0d38196
parentb5fbd78b429b832185334afce9f6eb463bad5e5f (diff)
downloadqtlocation-mapboxgl-57928c386b86571dd3ba83ae8dc419dfdb7a3658.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..69899afbc9 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": "requires a debug build",
"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",