Skip to content

Commit

Permalink
Update model/testing/src/icon4py/model/testing/helpers.py
Browse files Browse the repository at this point in the history
Co-authored-by: Hannes Vogt <hannes@havogt.de>
  • Loading branch information
nfarabullini and havogt authored Jan 16, 2025
1 parent 17c100a commit 48812b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/testing/src/icon4py/model/testing/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def _match_marker(marker, backend):
match m.markname:
case "embedded_remap_error" if is_embedded(backend):
pytest.xfail("Embedded backend currently fails in remap function.")
case "embedded_as_offset_error" if is_embedded(backend):
case "uses_as_offset" if is_embedded(backend):
pytest.xfail("Embedded backend does not support as_offset.")
case "levels_plus_one" if is_embedded(backend):
pytest.xfail("Embedded backend does not support larger boundaries than field sizes.")
Expand Down

0 comments on commit 48812b3

Please sign in to comment.