From 0ab606fbaf396fa720309441f859a72864e219b5 Mon Sep 17 00:00:00 2001 From: dapan1121 Date: Fri, 5 Nov 2021 16:28:25 +0800 Subject: [PATCH] remove python interp test cases --- 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 f3751029f4..c1b75b6e3f 100755 --- a/tests/pytest/fulltest.sh +++ b/tests/pytest/fulltest.sh @@ -356,7 +356,7 @@ python3 ./test.py -f functions/function_twa.py -r 1 python3 ./test.py -f functions/function_twa_test2.py python3 ./test.py -f functions/function_stddev_td2555.py python3 ./test.py -f functions/showOfflineThresholdIs864000.py -python3 ./test.py -f functions/function_interp.py +#python3 ./test.py -f functions/function_interp.py python3 ./test.py -f insert/metadataUpdate.py python3 ./test.py -f query/last_cache.py python3 ./test.py -f query/last_row_cache.py -- GitLab