Skip to content

Commit 6dbf7b6

Browse files
committed
ci(macos): don't run fuzz tests
1 parent 5b5db77 commit 6dbf7b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/00_setup_env_mac_native.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ export CI_OS_NAME="macos"
1717
export NO_DEPENDS=1
1818
export OSX_SDK=""
1919
export CCACHE_MAXSIZE=400M
20-
export RUN_FUZZ_TESTS=true
20+
export RUN_FUZZ_TESTS=false # ELEMENTS: fuzz times out
2121
export FUZZ_TESTS_CONFIG="--exclude banman" # https://github.com/bitcoin/bitcoin/issues/27924

0 commit comments

Comments
 (0)