From d77bef976aeffdeb9f0823ce757d08eefa4ad0f2 Mon Sep 17 00:00:00 2001 From: John Bytheway Date: Thu, 17 Jan 2019 22:29:54 +0000 Subject: [PATCH] Disable slow tests on sanitizer build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0560999c7a9f1..35c5a91324276 100644 --- a/.travis.yml +++ b/.travis.yml @@ -161,7 +161,7 @@ jobs: sources: [*apt_sources, llvm-toolchain-trusty-5.0] # Clang 6.0 - - env: CLANG=clang++-6.0 CXXFLAGS=-Wno-error=unused-command-line-argument SANITIZE=address + - env: CLANG=clang++-6.0 CXXFLAGS=-Wno-error=unused-command-line-argument SANITIZE=address EXTRA_TEST_OPTS="~[.] ~vehicle_efficiency ~vehicle_drag" dist: trusty compiler: clang addons: &clang60