aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-04-28 07:12:47 -0400
committerMarcoFalke <falke.marco@gmail.com>2020-04-28 07:10:19 -0400
commitfa72a751026d43e1d01ae30e26bcfd9b4cc0cf45 (patch)
tree6e9630d3352acc83e30e1487ce651098ab952986 /ci
parent5352d14b3796d9e672a20ada8f7613a70fe448f4 (diff)
downloadbitcoin-fa72a751026d43e1d01ae30e26bcfd9b4cc0cf45.tar.xz
ci: Document why tests can not be run on mac
Diffstat (limited to 'ci')
-rw-r--r--ci/test/00_setup_env_mac_host.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/test/00_setup_env_mac_host.sh b/ci/test/00_setup_env_mac_host.sh
index 9ef4ba038f..982e38daee 100644
--- a/ci/test/00_setup_env_mac_host.sh
+++ b/ci/test/00_setup_env_mac_host.sh
@@ -10,6 +10,7 @@ export HOST=x86_64-apple-darwin16
export PIP_PACKAGES="zmq"
export GOAL="install"
export BITCOIN_CONFIG="--enable-gui --enable-reduce-exports --enable-werror"
+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
# Run without depends
export NO_DEPENDS=1
export OSX_SDK=""