summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-08-01 17:05:49 +0300
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-08-01 18:20:21 +0300
commit8180bada3a366d005ce0d024910d1f394d55d359 (patch)
tree7470313b239026bdb11931a7792b754f7962fb86
parent187962e4259c3a9d3c29fefe29533358face4ed0 (diff)
downloadqtlocation-mapboxgl-8180bada3a366d005ce0d024910d1f394d55d359.tar.gz
[CI] Remove Source.RenderTileSetSourceUpdate from Sanitize build
-rw-r--r--circle.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 665e057c23..fe9bab32da 100644
--- a/circle.yml
+++ b/circle.yml
@@ -420,7 +420,8 @@ commands:
- run:
name: Run tests
command: |
- xvfb-run --server-args="-screen 0 1024x768x24" make run-test 2> >(tee sanitizer 1>&2)
+ # Source.RenderTileSetSourceUpdate is filtered out due to #15294
+ xvfb-run --server-args="-screen 0 1024x768x24" make run-test--Source.RenderTileSetSourceUpdate 2> >(tee sanitizer 1>&2)
# Unfortunately, Google Test eats the status code, so we'll have to check the output.
[ -z "$(sed -n '/^SUMMARY: .*Sanitizer:/p' sanitizer)" ]