test: remove invalid cases.

This commit is contained in:
Haojun Liao 2022-08-09 21:31:22 +08:00
parent ae7b2954f4
commit 597d360d85
1 changed files with 0 additions and 2 deletions

View File

@ -256,8 +256,6 @@ class TDTestCase:
tdSql.error(self.diff_query_form(col='c%')) # col is spercial char 1
tdSql.error(self.diff_query_form(col='c_')) # col is spercial char 2
tdSql.error(self.diff_query_form(col='c.')) # col is spercial char 3
tdSql.error(self.diff_query_form(col='c3')) # timestamp col
tdSql.error(self.diff_query_form(col='ts')) # Primary key
tdSql.error(self.diff_query_form(col='avg(c1)')) # expr col
# tdSql.error(self.diff_query_form(col='c6')) # bool col
tdSql.query("select diff(c6) from t1")