Skip to content

Commit fa981b9

Browse files
author
MarcoFalke
committed
ci: Exclude failing wallet_reorgsrestore.py from valgrind task for now
1 parent 31d3eeb commit fa981b9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ci/test/00_setup_env_native_valgrind.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ export CONTAINER_NAME=ci_native_valgrind
1111
export PACKAGES="valgrind python3-zmq libevent-dev libboost-dev libzmq3-dev libsqlite3-dev"
1212
export USE_VALGRIND=1
1313
export NO_DEPENDS=1
14-
export TEST_RUNNER_EXTRA="--exclude feature_init,rpc_bind,feature_bind_extra" # feature_init excluded for now, see https://github.com/bitcoin/bitcoin/issues/30011 ; bind tests excluded for now, see https://github.com/bitcoin/bitcoin/issues/17765#issuecomment-602068547
14+
15+
# feature_init and wallet_reorgsrestore excluded for now, see https://github.com/bitcoin/bitcoin/issues/32493
16+
# bind tests excluded for now, see https://github.com/bitcoin/bitcoin/issues/17765#issuecomment-602068547
17+
export TEST_RUNNER_EXTRA="--exclude feature_init,wallet_reorgsrestore,rpc_bind,feature_bind_extra"
18+
1519
export GOAL="install"
1620
# TODO enable GUI
1721
export BITCOIN_CONFIG="\

0 commit comments

Comments
 (0)