mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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:
parent
809613c952
commit
e1a5c29b93
@ -154,8 +154,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
- CLANG_SANITIZER=TSAN
|
- CLANG_SANITIZER=TSAN
|
||||||
- *common-job-env
|
- *common-job-env
|
||||||
allow_failures:
|
|
||||||
- name: clang-tsan
|
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
before_install: ci/before_install.sh
|
before_install: ci/before_install.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user