aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorbrunoerg <brunoely.gc@gmail.com>2023-06-29 15:00:38 -0300
committerbrunoerg <brunoely.gc@gmail.com>2023-11-09 10:11:59 -0300
commitfca0a8938e34cb4f6c400e1d1d0be02f027d80c5 (patch)
tree3b44f103548a2b93cd03e2de3400e61d54280f05 /ci
parentf9b286353f79cdb5e55e2ff4ca47d73e14f9da48 (diff)
downloadbitcoin-fca0a8938e34cb4f6c400e1d1d0be02f027d80c5.tar.xz
ci: remove "--exclude banman" for fuzzing in mac
Diffstat (limited to 'ci')
-rwxr-xr-xci/test/00_setup_env_mac_native.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_mac_native.sh b/ci/test/00_setup_env_mac_native.sh
index c9f65bf397..439fba16ef 100755
--- a/ci/test/00_setup_env_mac_native.sh
+++ b/ci/test/00_setup_env_mac_native.sh
@@ -15,4 +15,3 @@ export NO_DEPENDS=1
export OSX_SDK=""
export CCACHE_MAXSIZE=400M
export RUN_FUZZ_TESTS=true
-export FUZZ_TESTS_CONFIG="--exclude banman" # https://github.com/bitcoin/bitcoin/issues/27924