From 961517d9dc378c9f321f3759af145c9fc65006b9 Mon Sep 17 00:00:00 2001 From: Benguang Zhao Date: Fri, 24 Jun 2022 13:29:08 +0800 Subject: [PATCH] fix: update parallel_test/cases.task --- tests/parallel_test/cases.task | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/parallel_test/cases.task b/tests/parallel_test/cases.task index 5f7f854e21..33abdd19d7 100644 --- a/tests/parallel_test/cases.task +++ b/tests/parallel_test/cases.task @@ -757,6 +757,7 @@ 3,,pytest,python3 test.py -f dbmgmt/dbNameCaseSensitive.py 3,,pytest,python3 test.py -f insert/schemalessCaseSensitive.py 3,,pytest,python3 test.py -f table/columnNameCaseSensitive.py +3,,pytest,python3 test.py -f table/columnNameValidation.py 3,,pytest,python3 test.py -f table/tagNameCaseSensitive.py 3,,pytest,python3 test.py -f table/tbNameCaseSensitive.py 3,,develop-test,python3 ./test.py -f 2-query/ts_hidden_column.py -- GitLab