Skip to content

Commit 5d92919

Browse files
committed
Temporarily Xfail one material test for #345
1 parent ae03a7c commit 5d92919

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

message_ix_models/tests/model/material/test_build.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ def test_make_spec(regions_arg, regions_exp, material):
4545
# Skip unconditionally. See
4646
# https://github.com/iiasa/message-ix-models/pull/346#issuecomment-2873056272
4747
pytest.mark.skipif(_C2, reason="Times out"),
48+
pytest.mark.xfail(
49+
condition=GHA and platform.system() == "Linux",
50+
raises=KeyError,
51+
reason="Temporary, for https://github.com/iiasa/message-ix-models/pull/345, "
52+
"pending adjustment to access of context['ssp']",
53+
),
4854
]
4955

5056

0 commit comments

Comments
 (0)