From 2221828d7ed73ea2d7cbab50d8c6356221e9e19e Mon Sep 17 00:00:00 2001 From: Shengliang Guan Date: Wed, 23 Nov 2022 09:57:05 +0800 Subject: [PATCH] test: add asan case --- 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 9c347b1997..1ee30da291 100644 --- a/tests/parallel_test/cases.task +++ b/tests/parallel_test/cases.task @@ -403,7 +403,7 @@ ,,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,./pytest.sh python3 ./test.py -f 0-others/taosShellNetChk.py +,,,system-test,python3 ./test.py -f 0-others/taosShellNetChk.py ,,,system-test,python3 ./test.py -f 0-others/telemetry.py ,,,system-test,python3 ./test.py -f 0-others/taosdMonitor.py ,,,system-test,python3 ./test.py -f 0-others/udfTest.py -- GitLab