travis: Disable feature_block in tsan run
This commit is contained in:
parent
3ce8298888
commit
faa079db92
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ jobs:
|
||||||
name: 'x86_64 Linux [GOAL: install] [xenial] [no depends, only system libs, sanitizers: thread (TSan), no wallet]'
|
name: 'x86_64 Linux [GOAL: install] [xenial] [no depends, only system libs, sanitizers: thread (TSan), no wallet]'
|
||||||
env: >-
|
env: >-
|
||||||
FILE_ENV="./ci/test/00_setup_env_amd64_tsan.sh"
|
FILE_ENV="./ci/test/00_setup_env_amd64_tsan.sh"
|
||||||
|
TEST_RUNNER_EXTRA="--exclude feature_block" # Not enough memory on travis machines
|
||||||
|
|
||||||
- stage: test
|
- stage: test
|
||||||
name: 'x86_64 Linux [GOAL: install] [bionic] [no depends, only system libs, sanitizers: address/leak (ASan + LSan) + undefined (UBSan) + integer]'
|
name: 'x86_64 Linux [GOAL: install] [bionic] [no depends, only system libs, sanitizers: address/leak (ASan + LSan) + undefined (UBSan) + integer]'
|
||||||
|
|
Loading…
Reference in a new issue