Author: Michael R. Crusoe <crusoe@debian.org>
Description: skip a test that requires network access
Forwarded: not-needed
--- mariadb-connector-python.orig/testing/test/integration/test_exception.py
+++ mariadb-connector-python/testing/test/integration/test_exception.py
@@ -38,6 +38,7 @@
             self.assertTrue(err.errmsg.find("Unknown database 'unknown'") > -1)
             pass
 
+    @unittest.skip("requires network access")
     def test_conn_timeout_exception(self):
         start = datetime.today()
         try:
