From b34a726e28f3c7e7fba4de9a9dfa30884f32951e Mon Sep 17 00:00:00 2001 From: Ping Xiao Date: Mon, 3 Aug 2020 10:49:08 +0800 Subject: [PATCH] fix CI failure --- tests/pytest/client/client.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/pytest/client/client.py b/tests/pytest/client/client.py index 5bae8e0f15..3fbb4f5476 100644 --- a/tests/pytest/client/client.py +++ b/tests/pytest/client/client.py @@ -53,11 +53,6 @@ class TDTestCase: tdSql.execute('set max_binary_display_width 40') - tdSql.execute('drop database db') - ret = tdSql.query('select database()') - tdSql.checkData(0, 0, None) - - def stop(self): tdSql.close() -- GitLab