diff options
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 6f8b6bbc3f..509b13eec8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,8 +30,9 @@ matrix: env: CI_TARGET=clang CLANG_SANITIZER=ASAN_UBSAN - os: linux env: CI_TARGET=clang CLANG_SANITIZER=MSAN - - os: linux - env: CI_TARGET=clang CLANG_SANITIZER=TSAN + # FIXME: Re-enable TSan when tests run successfully. + #- os: linux + # env: CI_TARGET=clang CLANG_SANITIZER=TSAN - os: osx env: CI_TARGET=clang compiler: clang |