Skip to content

Commit

Permalink
test - skipping a maxscale bug
Browse files Browse the repository at this point in the history
  • Loading branch information
diego Dupin committed Dec 17, 2021
1 parent db3b6f5 commit ae9cae9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testing/test/integration/test_pooling.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ def test_connection_pool_add(self):
def test_conpy69(self):
if is_skysql():
self.skipTest("skipping on SkySQL")
if is_maxscale():
self.skipTest("skipping on maxscale, bug")

conn = create_connection()
conn.autocommit = True
cursor1 = conn.cursor()
Expand Down

0 comments on commit ae9cae9

Please sign in to comment.