mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
Travis: Temporarily disable TSan build.
Tests currently time out and will be fixed by @tarruda in a future PR.
This commit is contained in:
parent
8eb3470147
commit
24dc42e7e5
@ -30,8 +30,9 @@ matrix:
|
|||||||
env: CI_TARGET=clang CLANG_SANITIZER=ASAN_UBSAN
|
env: CI_TARGET=clang CLANG_SANITIZER=ASAN_UBSAN
|
||||||
- os: linux
|
- os: linux
|
||||||
env: CI_TARGET=clang CLANG_SANITIZER=MSAN
|
env: CI_TARGET=clang CLANG_SANITIZER=MSAN
|
||||||
- os: linux
|
# FIXME: Re-enable TSan when tests run successfully.
|
||||||
env: CI_TARGET=clang CLANG_SANITIZER=TSAN
|
#- os: linux
|
||||||
|
# env: CI_TARGET=clang CLANG_SANITIZER=TSAN
|
||||||
- os: osx
|
- os: osx
|
||||||
env: CI_TARGET=clang
|
env: CI_TARGET=clang
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
Loading…
Reference in New Issue
Block a user