From 0178395e2cba7462f46c1e2051fc8e96187e1738 Mon Sep 17 00:00:00 2001 From: Wojciech Malikowski Date: Wed, 8 Jan 2020 10:54:58 -0500 Subject: [PATCH] test/ftl: Temporarily disable FTL functional tests Next patch in this chain will break FTL functional test so disable it temporary until FTL refactor will be finished. Change-Id: I69168209163784e13fd5f56db9daa80b6709344f Signed-off-by: Wojciech Malikowski Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/479701 Tested-by: SPDK CI Jenkins Reviewed-by: Shuhei Matsumoto Reviewed-by: Jim Harris Reviewed-by: Konrad Sztyber --- autotest.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/autotest.sh b/autotest.sh index a3b161f57..9b8adc0fa 100755 --- a/autotest.sh +++ b/autotest.sh @@ -263,9 +263,9 @@ if [ $SPDK_RUN_FUNCTIONAL_TEST -eq 1 ]; then run_test "ocf" ./test/ocf/ocf.sh fi - if [ $SPDK_TEST_FTL -eq 1 ]; then - run_test "ftl" ./test/ftl/ftl.sh - fi + # if [ $SPDK_TEST_FTL -eq 1 ]; then + # run_test "ftl" ./test/ftl/ftl.sh + # fi if [ $SPDK_TEST_VMD -eq 1 ]; then run_test "vmd" ./test/vmd/vmd.sh