diff --git a/dpnp/tests/third_party/cupy/core_tests/test_ndarray_copy_and_view.py b/dpnp/tests/third_party/cupy/core_tests/test_ndarray_copy_and_view.py index 25d30b69607..601f955436f 100644 --- a/dpnp/tests/third_party/cupy/core_tests/test_ndarray_copy_and_view.py +++ b/dpnp/tests/third_party/cupy/core_tests/test_ndarray_copy_and_view.py @@ -386,7 +386,6 @@ def test_astype_strides_broadcast(self, xp, src_dtype, dst_dtype): dst = astype_without_warning(src, dst_dtype, order="K") return get_strides(xp, dst) - @pytest.mark.skip("dpctl-2121") @testing.numpy_cupy_array_equal() def test_astype_boolean_view(self, xp): # See #4354