Skip to content

Commit fa72a75

Browse files
author
MarcoFalke
committed
ci: Document why tests can not be run on mac
1 parent 5352d14 commit fa72a75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/test/00_setup_env_mac_host.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export HOST=x86_64-apple-darwin16
1010
export PIP_PACKAGES="zmq"
1111
export GOAL="install"
1212
export BITCOIN_CONFIG="--enable-gui --enable-reduce-exports --enable-werror"
13+
export TEST_RUNNER_EXTRA="wallet_disable" # Only run wallet_disable as a smoke test, see https://github.com/bitcoin/bitcoin/pull/17240#issuecomment-546022121 why the other tests are disabled
1314
# Run without depends
1415
export NO_DEPENDS=1
1516
export OSX_SDK=""

0 commit comments

Comments
 (0)