mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-07-28 06:40:03 +00:00
Skip test_conc279 when running with MaxScale
(see https://jira.mariadb.org/browse/MXS-4961)
This commit is contained in:
@ -133,6 +133,8 @@ class CursorTest(unittest.TestCase):
|
||||
del cursor
|
||||
|
||||
def test_conpy279(self):
|
||||
if is_maxscale():
|
||||
self.skipTest("MAXSCALE bug MXS-4961")
|
||||
conn = self.connection
|
||||
default_conf = conf()
|
||||
if "password" not in default_conf:
|
||||
|
Reference in New Issue
Block a user