From 93875d72e239424b06ba1a549edd0c1fe351ea80 Mon Sep 17 00:00:00 2001 From: wenzhouwww Date: Thu, 6 Jan 2022 10:54:03 +0800 Subject: [PATCH] [test](query): query run CI --- tests/system-test/fulltest-query.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/fulltest-query.sh b/tests/system-test/fulltest-query.sh index 475e5e7bb1..8e3879ef02 100755 --- a/tests/system-test/fulltest-query.sh +++ b/tests/system-test/fulltest-query.sh @@ -12,7 +12,7 @@ python3 ./test.py -f 2-query/TD-12014.py python3 ./test.py -f 2-query/TD-12145.py python3 ./test.py -f 2-query/TD-12164.py python3 ./test.py -f 2-query/TD-12165.py -#python3 ./test.py -f 2-query/TD-12191.py +python3 ./test.py -f 2-query/TD-12191.py python3 ./test.py -f 2-query/TD-12228.py python3 ./test.py -f 2-query/TD-12229.py python3 ./test.py -f 2-query/TD-12276.py -- GitLab