diff --git a/scripts/autotest_common.sh b/scripts/autotest_common.sh index 9348a7b8c..7a105f20b 100755 --- a/scripts/autotest_common.sh +++ b/scripts/autotest_common.sh @@ -60,6 +60,8 @@ case `uname` in fi MAKE=gmake MAKEFLAGS=${MAKEFLAGS:--j$(sysctl -a | egrep -i 'hw.ncpu' | awk '{print $2}')} + SPDK_RUN_ASAN=0 + SPDK_RUN_UBSAN=0 ;; Linux) DPDK_LINUX_DIR=/usr/local/share/dpdk/x86_64-native-linuxapp-gcc