diff --git a/tests/system-test/fulltest.sh b/tests/system-test/fulltest.sh index cb9d472116..4eef6a943f 100755 --- a/tests/system-test/fulltest.sh +++ b/tests/system-test/fulltest.sh @@ -11,6 +11,8 @@ python3 ./test.py -f 0-others/telemetry.py #python3 ./test.py -f 2-query/between.py python3 ./test.py -f 2-query/distinct.py python3 ./test.py -f 2-query/varchar.py +python3 ./test.py -f 2-query/ltrim.py +python3 ./test.py -f 2-query/rtrim.py python3 ./test.py -f 2-query/timezone.py python3 ./test.py -f 2-query/Now.py