diff options
author | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2019-08-15 23:41:34 +0300 |
---|---|---|
committer | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2019-09-17 12:28:55 +0300 |
commit | c507cc4c8a24616ebd71d8d28aa3017f2850cd52 (patch) | |
tree | b01d602ec58b3d21efa821d3bf93616e0eabf04c /platform/node | |
parent | 3cc026dc16043f23c2baa066da383ee503425228 (diff) | |
download | qtlocation-mapboxgl-c507cc4c8a24616ebd71d8d28aa3017f2850cd52.tar.gz |
[build] Disable a test that requires a debug build
Overdraw debug layer is only available on debug builds.
Diffstat (limited to 'platform/node')
-rw-r--r-- | platform/node/test/ignores.json | 1 |
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", |