mirror of
https://github.com/neovim/neovim.git
synced 2026-04-20 22:35:33 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user