From af5cd7a66e74d340682f65a3b834e58a154487cc Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Thu, 29 Aug 2024 09:26:45 +0800 Subject: [PATCH] fix: cases.tasks config sanitizer error --- tests/parallel_test/cases.task | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/parallel_test/cases.task b/tests/parallel_test/cases.task index c729c74330..119b16b26c 100644 --- a/tests/parallel_test/cases.task +++ b/tests/parallel_test/cases.task @@ -313,7 +313,7 @@ ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/balance_vgroups_r1.py -N 6 ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/taosShell.py ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/taosShellError.py -,,y,system-test,python3 ./test.py -f 0-others/taosShellNetChk.py +,,y,system-test,./pytest.sh python3 python3 ./test.py -f 0-others/taosShellNetChk.py ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/telemetry.py ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/backquote_check.py ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/taosdMonitor.py