Skip to content

Commit

Permalink
ci[cartesian]: disable test_K_offset_write on gt:gpu backend (#1800)
Browse files Browse the repository at this point in the history
Found other test failures related to #1684.
  • Loading branch information
edopao authored Jan 15, 2025
1 parent 17bae8e commit b73b6ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ def test_K_offset_write(backend):
if backend == "cuda":
pytest.skip("cuda K-offset write generates bad code")

if backend == "dace:gpu":
if backend in ["gt:gpu", "dace:gpu"]:
pytest.skip(
f"{backend} backend is not capable of K offset write, bug remains unsolved: https://github.com/GridTools/gt4py/issues/1684"
)
Expand Down

0 comments on commit b73b6ff

Please sign in to comment.