From 70003e5b1b5842caa4fabdb8838fe8d45a4d5399 Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Sat, 19 Dec 2020 15:58:50 +0800 Subject: [PATCH] remove case before_1970 --- tests/pytest/fulltest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pytest/fulltest.sh b/tests/pytest/fulltest.sh index 6d7f6f96ba..328c833d05 100755 --- a/tests/pytest/fulltest.sh +++ b/tests/pytest/fulltest.sh @@ -19,7 +19,7 @@ python3 ./test.py -f insert/randomNullCommit.py python3 insert/retentionpolicy.py python3 ./test.py -f insert/alterTableAndInsert.py python3 ./test.py -f insert/insertIntoTwoTables.py -python3 ./test.py -f insert/before_1970.py +#python3 ./test.py -f insert/before_1970.py python3 bug2265.py #table -- GitLab