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 17:05:49 +0300
commitaaf34ba849ff487163cb53d1ebab9d509fa8a9f5 (patch)
tree551430259b881a02c04f6f773c5f2d66adfb29c3
parent786be89b5b7dc5474ad694a3e695a7225dd0141a (diff)
downloadqtlocation-mapboxgl-upstream/mikhail_fix_tileset_source_update.tar.gz
[CI] Remove Source.RenderTileSetSourceUpdate from Sanitize buildupstream/mikhail_fix_tileset_source_update
-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)" ]