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.
This commit is contained in:
Daniel Hahler 2019-07-27 01:32:02 +02:00 committed by GitHub
parent 809613c952
commit e1a5c29b93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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