diff --git a/tests/parallel_test/cases.task b/tests/parallel_test/cases.task index 775b55d45d..cbb62d2ae7 100644 --- a/tests/parallel_test/cases.task +++ b/tests/parallel_test/cases.task @@ -572,7 +572,7 @@ ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/boundary.py ,,n,system-test,python3 ./test.py -f 1-insert/insertWithMoreVgroup.py ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/table_comment.py -,,n,system-test,python3 ./test.py -f 1-insert/time_range_wise.py +#,,n,system-test,python3 ./test.py -f 1-insert/time_range_wise.py #,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/block_wise.py #,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/create_retentions.py ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/mutil_stage.py diff --git a/tests/system-test/runAllOne.sh b/tests/system-test/runAllOne.sh index b6e454c4b0..58548f43db 100644 --- a/tests/system-test/runAllOne.sh +++ b/tests/system-test/runAllOne.sh @@ -12,7 +12,7 @@ python3 ./test.py -f 1-insert/alter_table.py -P python3 ./test.py -f 1-insert/boundary.py -P python3 ./test.py -f 1-insert/insertWithMoreVgroup.py -P python3 ./test.py -f 1-insert/table_comment.py -P -python3 ./test.py -f 1-insert/time_range_wise.py -P +#python3 ./test.py -f 1-insert/time_range_wise.py -P #python3 ./test.py -f 1-insert/block_wise.py -P #python3 ./test.py -f 1-insert/create_retentions.py -P python3 ./test.py -f 1-insert/mutil_stage.py -P diff --git a/tests/system-test/win-test-file b/tests/system-test/win-test-file index c3fb57c49b..4b045dc4e5 100644 --- a/tests/system-test/win-test-file +++ b/tests/system-test/win-test-file @@ -25,7 +25,7 @@ python3 ./test.py -f 1-insert/alter_table.py python3 ./test.py -f 1-insert/boundary.py python3 ./test.py -f 1-insert/insertWithMoreVgroup.py python3 ./test.py -f 1-insert/table_comment.py -python3 ./test.py -f 1-insert/time_range_wise.py +#python3 ./test.py -f 1-insert/time_range_wise.py #python3 ./test.py -f 1-insert/block_wise.py #python3 ./test.py -f 1-insert/create_retentions.py python3 ./test.py -f 1-insert/mutil_stage.py