From 70b81a2a4160a793aa85c317d426bfc75a8d0ec6 Mon Sep 17 00:00:00 2001 From: Hui Li <52318143+plum-lihui@users.noreply.github.com> Date: Mon, 20 Dec 2021 13:35:52 +0800 Subject: [PATCH] Update fulltest.sh del example --- tests/system-test/fulltest.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/system-test/fulltest.sh b/tests/system-test/fulltest.sh index d2fea19cb5..aae04b728c 100755 --- a/tests/system-test/fulltest.sh +++ b/tests/system-test/fulltest.sh @@ -1,4 +1,3 @@ -python3 test.py -f 1-insert/0-sql/basic.py python3 test.py -f 0-management/1-stable/create_col_tag.py -#python3 test.py -f 2-query/9-others/TD-11389.py # this case will run when this bug fix TD-11389 \ No newline at end of file +#python3 test.py -f 2-query/9-others/TD-11389.py # this case will run when this bug fix TD-11389 -- GitLab