travis: Disable feature_block in tsan run

This commit is contained in:
MarcoFalke 2019-09-23 11:36:04 -04:00
parent 3ce8298888
commit faa079db92
No known key found for this signature in database
GPG key ID: CE2B75697E69A548

View file

@ -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]'