Skip to content

Commit

Permalink
Remove xfail for passing test
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Apr 3, 2024
1 parent 4e777eb commit b1d58ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion message_ix_models/tests/test_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def test_report_deprecated(caplog, request, tmp_path, test_context):
report(scenario, tmp_path, "foo")


@pytest.mark.xfail(raises=ModuleNotFoundError, reason="Requires message_data")
def test_report_legacy(caplog, request, tmp_path, test_context):
"""Legacy reporting can be invoked via :func:`message_ix_models.report.report`."""
# Create a target scenario
Expand Down

0 comments on commit b1d58ee

Please sign in to comment.