From 972f07890d24357f03e5a9ba9584bcafdd7a2262 Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Tue, 29 Oct 2024 11:03:46 +0100 Subject: [PATCH] Temporarily xfail test_historical.test_coverage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …pending a resolution for #88 --- item/tests/test_historical.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/item/tests/test_historical.py b/item/tests/test_historical.py index 8ec113b..b22b438 100644 --- a/item/tests/test_historical.py +++ b/item/tests/test_historical.py @@ -97,6 +97,9 @@ def test_process(caplog, dataset_id): assert "Processing produced non-unique keys; no -wide output" not in caplog.messages +@pytest.mark.xfail( + reason="Temporary, pending https://github.com/transportenergy/database/issues/88" +) @pytest.mark.parametrize("dataset_id, N_areas", [(0, 59), (1, 39), (2, 54), (3, 59)]) def test_coverage(dataset_id, N_areas): """Test the historical.diagnostics.coverage method."""