From e1a5c29b93be8386a67c5e8f861b89178dff6867 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sat, 27 Jul 2019 01:32:02 +0200 Subject: [PATCH] ci: Travis: remove clang-tsan from allowed failures [skip ci] (#10591) While it still might be flaky sometimes, it is far better than the osx jobs in general, and due to it being allowed to fail, we are not getting aware of more recent (flaky) issues due to building tags during make-install, which might indicate a more generic problem. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 94d691b5f5..756c8fb2cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -154,8 +154,6 @@ jobs: env: - CLANG_SANITIZER=TSAN - *common-job-env - allow_failures: - - name: clang-tsan fast_finish: true before_install: ci/before_install.sh