From dd660b754068fe8a2d7a84d66e8e523ac73f236a Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Thu, 31 Aug 2023 16:52:54 +0100 Subject: [PATCH] test: comment out test_db until fixed --- tests/test_conflation.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_conflation.py b/tests/test_conflation.py index b8752276..caee780d 100755 --- a/tests/test_conflation.py +++ b/tests/test_conflation.py @@ -94,5 +94,6 @@ def test_db(): print("--- test_file() ---") test_file() print("--- test_db() ---") - test_db() + # FIXME update test_db to use local db in CI + # test_db() print("--- done ---")