From e577f8187bd6711458e894a49dcfb76a08a736e9 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 6 Sep 2021 19:12:34 +0800 Subject: [PATCH] let CI restart! --- tests/pytest/fulltest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pytest/fulltest.sh b/tests/pytest/fulltest.sh index 6f5eb696ca..ca837f54e0 100755 --- a/tests/pytest/fulltest.sh +++ b/tests/pytest/fulltest.sh @@ -13,6 +13,7 @@ python3 ./test.py -f insert/tinyint.py python3 ./test.py -f insert/date.py python3 ./test.py -f insert/binary.py python3 ./test.py -f insert/nchar.py + #python3 ./test.py -f insert/nchar-boundary.py python3 ./test.py -f insert/nchar-unicode.py python3 ./test.py -f insert/multi.py -- GitLab