From 365d80890a71675cc783d8086872212d80514877 Mon Sep 17 00:00:00 2001 From: cpwu Date: Sat, 21 May 2022 17:54:59 +0800 Subject: [PATCH] add case to CI --- 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 527cc1f8a3..835fd45226 100755 --- a/tests/system-test/fulltest.sh +++ b/tests/system-test/fulltest.sh @@ -9,8 +9,7 @@ python3 ./test.py -f 0-others/telemetry.py python3 ./test.py -f 0-others/taosdMonitor.py python3 ./test.py -f 0-others/udfTest.py -# TODO privilege has error -# python3 ./test.py -f 0-others/user_control.py +python3 ./test.py -f 0-others/user_control.py python3 ./test.py -f 0-others/fsync.py #python3 ./test.py -f 2-query/between.py -- GitLab