Skip to content

Commit

Permalink
Update tests/cartesian_tests/integration_tests/multi_feature_tests/te…
Browse files Browse the repository at this point in the history
…st_code_generation.py

Co-authored-by: Hannes Vogt <[email protected]>
  • Loading branch information
FlorianDeconinck and havogt authored Nov 28, 2024
1 parent ec091d4 commit 748bf81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ def test_K_offset_write_conditional(backend):
)
if backend in ["gt:gpu"]:
pytest.skip(
f"{backend} backend with is not capable of K offset write, bug remains unsolved: https://github.com/GridTools/gt4py/issues/1754"
f"{backend} backend is not capable of K offset write, bug remains unsolved: https://github.com/GridTools/gt4py/issues/1754"
)

arraylib = get_array_library(backend)
Expand Down

0 comments on commit 748bf81

Please sign in to comment.