From b2a834228178461723a7840072f526b3d84da7b7 Mon Sep 17 00:00:00 2001 From: Mikhail Pozdnyakov Date: Wed, 2 Oct 2019 16:29:33 +0300 Subject: Exclude Source.InvisibleSourcesTileNecessity from sanitizer CI --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index 66ebaf0226..081ab9a3bd 100644 --- a/circle.yml +++ b/circle.yml @@ -619,8 +619,8 @@ commands: - run: name: Run tests command: | - # 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) + # Source.RenderTileSetSourceUpdate and Source.InvisibleSourcesTileNecessity are filtered out due to #15294 + xvfb-run --server-args="-screen 0 1024x768x24" make run-test--Source.RenderTileSetSourceUpdate:Source.InvisibleSourcesTileNecessity 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)" ] -- cgit v1.2.1