diff --git a/tests/system-test/2-query/primary_ts_base_3.py b/tests/system-test/2-query/primary_ts_base_3.py index 1b3ff9f1ba..a20d24378e 100644 --- a/tests/system-test/2-query/primary_ts_base_3.py +++ b/tests/system-test/2-query/primary_ts_base_3.py @@ -36,9 +36,9 @@ class TDTestCase(TDTestCase): self.touying_pk_1(self.database,1) self.touying_pk_where(self.database,'') - self.touying_pk_where(self.database,'tags') - self.touying_pk_where(self.database,'distinct') - self.count_pk(self.database,1) + # self.touying_pk_where(self.database,'tags') + # self.touying_pk_where(self.database,'distinct') + # self.count_pk(self.database,1) endTime = time.time() print("total time %ds" % (endTime - startTime))