diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-09-23 11:36:04 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-09-23 11:36:03 -0400 |
commit | faa079db92e614bddfe8bd323ddcd2adb77e0961 (patch) | |
tree | 7eb88625420fa71a8fd574559d135eb88a828e72 /.travis.yml | |
parent | 3ce829888861a6dc6a29da669584ada961d965fa (diff) |
travis: Disable feature_block in tsan run
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index ec08ab2efb..e93f6ca0dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -117,6 +117,7 @@ jobs: name: 'x86_64 Linux [GOAL: install] [xenial] [no depends, only system libs, sanitizers: thread (TSan), no wallet]' env: >- FILE_ENV="./ci/test/00_setup_env_amd64_tsan.sh" + TEST_RUNNER_EXTRA="--exclude feature_block" # Not enough memory on travis machines - stage: test name: 'x86_64 Linux [GOAL: install] [bionic] [no depends, only system libs, sanitizers: address/leak (ASan + LSan) + undefined (UBSan) + integer]' |