From 15c83944d3e3777e91cec54b354c8008e0166667 Mon Sep 17 00:00:00 2001 From: Shengliang Guan Date: Mon, 1 Feb 2021 17:06:40 +0800 Subject: [PATCH] TD-1207 --- tests/pytest/pytest_2.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/pytest/pytest_2.sh b/tests/pytest/pytest_2.sh index 0e599a2c4f..dde9f78953 100755 --- a/tests/pytest/pytest_2.sh +++ b/tests/pytest/pytest_2.sh @@ -7,12 +7,12 @@ python3 ./test.py -f update/append_commit_data.py python3 ./test.py -f update/append_commit_last-0.py python3 ./test.py -f update/append_commit_last.py #python3 ./test.py -f update/merge_commit_data.py -python3 ./test.py -f update/merge_commit_data-0.py -python3 ./test.py -f update/merge_commit_data2.py -python3 ./test.py -f update/merge_commit_data2_update0.py -python3 ./test.py -f update/merge_commit_last-0.py -python3 ./test.py -f update/merge_commit_last.py -python3 ./test.py -f update/bug_td2279.py +#python3 ./test.py -f update/merge_commit_data-0.py +#python3 ./test.py -f update/merge_commit_data2.py +#python3 ./test.py -f update/merge_commit_data2_update0.py +#python3 ./test.py -f update/merge_commit_last-0.py +#python3 ./test.py -f update/merge_commit_last.py +#python3 ./test.py -f update/bug_td2279.py # wal python3 ./test.py -f wal/addOldWalTest.py -- GitLab