about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/test_db_utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/test_db_utils.py b/tests/unit/test_db_utils.py
index 3c7ce59..73cec21 100644
--- a/tests/unit/test_db_utils.py
+++ b/tests/unit/test_db_utils.py
@@ -6,6 +6,7 @@ import pytest
 from gn3.db_utils import parse_db_url, database_connection
 
 @pytest.mark.unit_test
+@pytest.mark.skip("This is testing MySQLdb rather than GN3")
 @mock.patch("gn3.db_utils.mdb")
 @mock.patch("gn3.db_utils.parse_db_url")
 def test_database_connection(mock_db_parser, mock_sql):