Skip to content

Commit

Permalink
marking xfail for test_build and report as they required full scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
adrivinca committed Sep 10, 2024
1 parent 44d9e4c commit b732737
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions message_ix_models/tests/model/water/test_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@


@map_basin_region_wat.minimum_version
@pytest.mark.xfail(reason="Temporary, for #106")
def test_build(request, test_context):
# This is needed below and for the RES to contain the correct number of regions
test_context.regions = "R11"
Expand Down
2 changes: 2 additions & 0 deletions message_ix_models/tests/model/water/test_report.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import os.path

import pytest
from message_ix import Scenario

from message_ix_models import ScenarioInfo
Expand All @@ -9,6 +10,7 @@


# NB: this tests all functions in model/water/reporting
@pytest.mark.xfail(reason="Temporary, for #106")
def test_report_full(test_context, request):
# FIXME You probably want this to be part of a common setup rather than writing
# something like this for every test
Expand Down

0 comments on commit b732737

Please sign in to comment.