From 24dc42e7e5829978abc132f2844e537244ba43bd Mon Sep 17 00:00:00 2001 From: Florian Walch Date: Sat, 4 Jul 2015 13:12:16 +0300 Subject: [PATCH] Travis: Temporarily disable TSan build. Tests currently time out and will be fixed by @tarruda in a future PR. --- .travis.yml | 5 +++-- 1 file 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