diff --git a/tests/cartesian_tests/integration_tests/multi_feature_tests/test_code_generation.py b/tests/cartesian_tests/integration_tests/multi_feature_tests/test_code_generation.py index 6471c9b74c..7c4956b3ef 100644 --- a/tests/cartesian_tests/integration_tests/multi_feature_tests/test_code_generation.py +++ b/tests/cartesian_tests/integration_tests/multi_feature_tests/test_code_generation.py @@ -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)