From 53f8cb2a140bfa551862624361c8e06b400d48c3 Mon Sep 17 00:00:00 2001 From: cpwu Date: Thu, 12 May 2022 19:01:45 +0800 Subject: [PATCH] fix case --- tests/system-test/0-others/user_control.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/system-test/0-others/user_control.py b/tests/system-test/0-others/user_control.py index 5fda983bd3..eac0e6947e 100644 --- a/tests/system-test/0-others/user_control.py +++ b/tests/system-test/0-others/user_control.py @@ -177,11 +177,6 @@ class TDTestCase: tdLog.printNoPrefix("end,", login_except) - # with taos_connect(user=user, passwd=passwd) as conn: - # cursor = conn.cursor() - # if not cursor: - # login_except = True - return login_except, cursor def login_currrent(self, user, passwd):