mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-08-07 11:39:43 +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
|
del cursor
|
||||||
|
|
||||||
def test_conpy279(self):
|
def test_conpy279(self):
|
||||||
|
if is_maxscale():
|
||||||
|
self.skipTest("MAXSCALE bug MXS-4961")
|
||||||
conn = self.connection
|
conn = self.connection
|
||||||
default_conf = conf()
|
default_conf = conf()
|
||||||
if "password" not in default_conf:
|
if "password" not in default_conf:
|
||||||
|
Reference in New Issue
Block a user