diff --git a/tests/third_party/cupy/manipulation_tests/test_rearrange.py b/tests/third_party/cupy/manipulation_tests/test_rearrange.py index 79a035206376..2041e9df840b 100644 --- a/tests/third_party/cupy/manipulation_tests/test_rearrange.py +++ b/tests/third_party/cupy/manipulation_tests/test_rearrange.py @@ -41,6 +41,8 @@ def test_roll_cupy_shift(self, xp, dtype): class TestRollTypeError(unittest.TestCase): + # TODO: update, once dpctl#1857 is resolved + @testing.with_requires("numpy<2.1.2") # done in numpy#27437 def test_roll_invalid_shift(self): for xp in (numpy, cupy): x = testing.shaped_arange((5, 2), xp)