From ea47d69e136c3cc1ae3c75f1c05604658a30c413 Mon Sep 17 00:00:00 2001 From: cpwu Date: Thu, 21 Apr 2022 16:35:12 +0800 Subject: [PATCH] fix case --- tests/system-test/fulltest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/fulltest.sh b/tests/system-test/fulltest.sh index fe9a4dbe4e..8d09825dd4 100755 --- a/tests/system-test/fulltest.sh +++ b/tests/system-test/fulltest.sh @@ -1,4 +1,4 @@ -python3 ./test.py -f 2-query/between.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/cast.py