diff --git a/autotest.sh b/autotest.sh index 9309e9a33..36ec50a95 100755 --- a/autotest.sh +++ b/autotest.sh @@ -160,7 +160,9 @@ if [ $SPDK_RUN_FUNCTIONAL_TEST -eq 1 ]; then if [ $SPDK_TEST_BLOCKDEV -eq 1 ]; then run_test suite test/bdev/blockdev.sh - run_test suite test/bdev/bdev_raid.sh + if [[ $RUN_NIGHTLY -eq 1 ]]; then + run_test suite test/bdev/bdev_raid.sh + fi fi if [ $SPDK_TEST_JSON -eq 1 ]; then