From 161f11ddce58dceb68aed50acb92662c14f29f05 Mon Sep 17 00:00:00 2001 From: wenzhouwww Date: Tue, 28 Dec 2021 17:17:44 +0800 Subject: [PATCH] [TD-12228] (query): only add case --- tests/system-test/fulltest-query.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/system-test/fulltest-query.sh b/tests/system-test/fulltest-query.sh index 46b83520bc..4d7e6d9f86 100755 --- a/tests/system-test/fulltest-query.sh +++ b/tests/system-test/fulltest-query.sh @@ -2,5 +2,4 @@ python3 ./test.py -f 2-query/TD-11256.py # python3 ./test.py -f 2-query/TD-11389.py python3 ./test.py -f 2-query/TD-11945_crash.py python3 ./test.py -f 2-query/TD-12340-12342.py -python3 ./test.py -f 2-query/TD-12344.py -python3 ./test.py -f 2-query/TD-12204.py \ No newline at end of file +python3 ./test.py -f 2-query/TD-12204.py -- GitLab