From 328ad7fe5db3deda8cce0d721308c49d1e16520e Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Sun, 10 Mar 2024 19:17:07 +0000 Subject: [PATCH] [DEBUG] Disable `RUN_FUZZ_TESTS` temporarily --- ci/test/00_setup_env_mac_native.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test/00_setup_env_mac_native.sh b/ci/test/00_setup_env_mac_native.sh index 5391f1776cee1..c2483b1ceb63d 100755 --- a/ci/test/00_setup_env_mac_native.sh +++ b/ci/test/00_setup_env_mac_native.sh @@ -17,4 +17,4 @@ export CI_OS_NAME="macos" export NO_DEPENDS=1 export OSX_SDK="" export CCACHE_MAXSIZE=400M -export RUN_FUZZ_TESTS=true +# export RUN_FUZZ_TESTS=true