Skip test_conc279 when running with MaxScale

(see https://jira.mariadb.org/browse/MXS-4961)
This commit is contained in:
Georg Richter
2024-02-02 08:58:17 +01:00
parent 8620d49f21
commit 7bc789a148

View File

@ -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: