Skip to content

Commit

Permalink
Temporarily xfail test_historical.test_coverage
Browse files Browse the repository at this point in the history
…pending a resolution for #88
  • Loading branch information
khaeru committed Oct 29, 2024
1 parent d6eeda3 commit 972f078
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions item/tests/test_historical.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down

0 comments on commit 972f078

Please sign in to comment.