diff --git a/tests/pytest/fulltest.sh b/tests/pytest/fulltest.sh index ac164af60e850541d759d7c83e680e111fea57f3..a7c375489aec74517f9bb92938b4179b6f9e5dc0 100755 --- a/tests/pytest/fulltest.sh +++ b/tests/pytest/fulltest.sh @@ -398,7 +398,6 @@ python3 ./test.py -f query/queryWildcardLength.py python3 ./test.py -f query/queryTbnameUpperLower.py python3 ./test.py -f query/query.py python3 ./test.py -f query/queryDiffColsOr.py - python3 ./test.py -f query/queryRegex.py #======================p4-end=============== diff --git a/tests/pytest/query/queryGroupbyWithInterval.py b/tests/pytest/query/queryGroupbyWithInterval.py index 9f56d0654b5b41e29fe4fab244af5b5ac2f9e506..d5474d069ab1af7a496515e23a46713d45f6262f 100644 --- a/tests/pytest/query/queryGroupbyWithInterval.py +++ b/tests/pytest/query/queryGroupbyWithInterval.py @@ -49,7 +49,6 @@ class TDTestCase: tdSql.query("select _block_dist() from stest") tdSql.checkRows(1) - tdSql.query("select sum(size) from stest interval(1d) group by appname") tdSql.checkRows(3)