From 0d902ec267d96b87648669a7a43b699c8a22a3de Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Sun, 26 Jan 2025 09:05:56 -0600 Subject: Skip test that checks working of MySQLdb rather than GN3. --- tests/unit/test_db_utils.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/unit/test_db_utils.py') 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): -- cgit 1.4.1