diff options
| author | Ross Nicoll <[email protected]> | 2021-07-10 09:35:02 +0100 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2021-07-11 22:46:39 +0100 |
| commit | 37af216bb0043a702e2977905776c26cb3de0142 (patch) | |
| tree | a0d0d11ace3dea34d4b1cf60231d45e3406220b7 | |
| parent | test: Add missing shift-base:nanobench.h suppression (diff) | |
| download | discoin-37af216bb0043a702e2977905776c26cb3de0142.tar.xz discoin-37af216bb0043a702e2977905776c26cb3de0142.zip | |
Disable test which always times out
| -rw-r--r-- | .cirrus.yml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 3f3cda3ce..9f821bc9d 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -100,13 +100,14 @@ task: env: FILE_ENV: "./ci/test/00_setup_env_native_msan.sh" -task: - name: 'x86_64 Linux [GOAL: install] [focal] [no depends, only system libs, sanitizers: address/leak (ASan + LSan) + undefined (UBSan)]' - << : *GLOBAL_TASK_TEMPLATE - container: - image: ubuntu:focal - env: - FILE_ENV: "./ci/test/00_setup_env_native_asan.sh" +# TODO: Figure why this hangs for us +# task: +# name: 'x86_64 Linux [GOAL: install] [focal] [no depends, only system libs, sanitizers: address/leak (ASan + LSan) + undefined (UBSan)]' +# << : *GLOBAL_TASK_TEMPLATE +# container: +# image: ubuntu:focal +# env: +# FILE_ENV: "./ci/test/00_setup_env_native_asan.sh" # This test does not pass in Bitcoin Core 0.21 as forked. We should resolve the breakage, but it's not a blocker for Dogecoin. # task: |