Skip to content

Commit

Permalink
[misc] test correction for maxscale
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Dec 13, 2023
1 parent 9b06b33 commit 80a722a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testing/test/integration/test_connection.py
Expand Up @@ -74,6 +74,8 @@ def test_local_infile(self):
del new_conn

def test_tls_version(self):
if is_maxscale():
self.skipTest("MAXSCALE test has no SSL on port by default")
default_conf = conf()
conn = mariadb.connect(**default_conf, tls_version="TLSv1.2")
cursor = conn.cursor()
Expand Down

0 comments on commit 80a722a

Please sign in to comment.