aboutsummaryrefslogtreecommitdiff
path: root/ci/test/00_setup_env_native_valgrind.sh
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2022-02-04 14:10:08 +0100
committerMarcoFalke <falke.marco@gmail.com>2022-02-04 16:33:36 +0100
commitfaccb2d7fe3c03f8d9c8a9078d1608948b4f62b0 (patch)
treebb26e381aaa7856ff7f90985ca4fb4884943430c /ci/test/00_setup_env_native_valgrind.sh
parentfa086d891b912d30fd4b8748ef4fd816ffad51d7 (diff)
downloadbitcoin-faccb2d7fe3c03f8d9c8a9078d1608948b4f62b0.tar.xz
test: Exclude broken feature_init for now
Diffstat (limited to 'ci/test/00_setup_env_native_valgrind.sh')
-rwxr-xr-xci/test/00_setup_env_native_valgrind.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_native_valgrind.sh b/ci/test/00_setup_env_native_valgrind.sh
index b0852f52a7..1c4b405026 100755
--- a/ci/test/00_setup_env_native_valgrind.sh
+++ b/ci/test/00_setup_env_native_valgrind.sh
@@ -11,6 +11,6 @@ export CONTAINER_NAME=ci_native_valgrind
export PACKAGES="valgrind clang llvm python3-zmq libevent-dev bsdmainutils libboost-dev libboost-test-dev libdb5.3++-dev libminiupnpc-dev libnatpmp-dev libzmq3-dev libsqlite3-dev"
export USE_VALGRIND=1
export NO_DEPENDS=1
-export TEST_RUNNER_EXTRA="--nosandbox --exclude rpc_bind,feature_bind_extra" # Excluded for now, see https://github.com/bitcoin/bitcoin/issues/17765#issuecomment-602068547
+export TEST_RUNNER_EXTRA="--nosandbox --exclude feature_init,rpc_bind,feature_bind_extra" # Excluded for now, see https://github.com/bitcoin/bitcoin/issues/17765#issuecomment-602068547
export GOAL="install"
export BITCOIN_CONFIG="--enable-zmq --with-incompatible-bdb --with-gui=no CC=clang CXX=clang++" # TODO enable GUI