diff --git a/test/common/autotest_common.sh b/test/common/autotest_common.sh index 3c0b27a86..3750ce3fb 100644 --- a/test/common/autotest_common.sh +++ b/test/common/autotest_common.sh @@ -73,6 +73,11 @@ else export DEPENDENCY_DIR fi +if [ $SPDK_TEST_BLOCKDEV -eq 1 ]; then + # blockdev.sh in SPDK 19.04 is not able to run with ASAN + export SPDK_RUN_ASAN=0 +fi + if [ ! -z "$HUGEMEM" ]; then export HUGEMEM fi