ci: remove timezone.py

This commit is contained in:
Shengliang Guan 2022-04-26 13:48:12 +08:00
parent 17572e197b
commit 9f2d788dbb
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ set -e
#python3 ./test.py -f 2-query/distinct.py #python3 ./test.py -f 2-query/distinct.py
python3 ./test.py -f 2-query/varchar.py python3 ./test.py -f 2-query/varchar.py
python3 ./test.py -f 2-query/timezone.py #python3 ./test.py -f 2-query/timezone.py
python3 ./test.py -f 2-query/Now.py python3 ./test.py -f 2-query/Now.py
python3 ./test.py -f 2-query/Today.py python3 ./test.py -f 2-query/Today.py