From f3052856045eb2762a475e82bc404516f82f72aa Mon Sep 17 00:00:00 2001 From: rfl-urbaniak Date: Fri, 15 Nov 2024 11:29:49 -0500 Subject: [PATCH] moving db test to skip in CI environment --- tests/test_data_grabber_sql.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/test_data_grabber_sql.py b/tests/test_data_grabber_sql.py index d1c9d708..fe30d7fa 100644 --- a/tests/test_data_grabber_sql.py +++ b/tests/test_data_grabber_sql.py @@ -13,6 +13,12 @@ list_csvs, ) +smoke_test = "CI" in os.environ + +if smoke_test: + pytest.skip("Skipping all tests in this file during smoke tests", allow_module_level=True) + + root = find_repo_root() data_dirs = {