From 48812b3f4134f9753d181fdacf227fcae4422cb3 Mon Sep 17 00:00:00 2001 From: Nicoletta Farabullini <41536517+nfarabullini@users.noreply.github.com> Date: Thu, 16 Jan 2025 13:43:54 +0100 Subject: [PATCH] Update model/testing/src/icon4py/model/testing/helpers.py Co-authored-by: Hannes Vogt --- model/testing/src/icon4py/model/testing/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/testing/src/icon4py/model/testing/helpers.py b/model/testing/src/icon4py/model/testing/helpers.py index 1958c04cd..8bda2fbd4 100644 --- a/model/testing/src/icon4py/model/testing/helpers.py +++ b/model/testing/src/icon4py/model/testing/helpers.py @@ -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.")