From 952c83d7cb546417ae26de0bcb5698eb8ce4b780 Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Tue, 15 Jul 2025 15:21:05 +0200 Subject: [PATCH] Enable muted test since dpctl-2121 is resolved --- .../third_party/cupy/core_tests/test_ndarray_copy_and_view.py | 1 - 1 file changed, 1 deletion(-) 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