From a35d6c66cce27238be94f4824ae6194ca05ec075 Mon Sep 17 00:00:00 2001 From: WellJay <1569925@gmail.com> Date: Mon, 15 Nov 2021 17:09:30 +0800 Subject: [PATCH] remove mark --- tests/pytest/query/sliding.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pytest/query/sliding.py b/tests/pytest/query/sliding.py index d7a7c9a369..f5c59ec1ba 100644 --- a/tests/pytest/query/sliding.py +++ b/tests/pytest/query/sliding.py @@ -54,7 +54,7 @@ class TDTestCase: tdSql.error("select * from meters group by loc sliding(5s)") - # Fix defect: https://jira.taosdata.com:18080/browse/TD-2700 + # TD-2700 tdSql.execute("create database test") tdSql.execute("use test") tdSql.execute("create table t1(ts timestamp, k int)") -- GitLab