From dcec7d4163f10e33384e10ecbc4f03ec2b5c6e40 Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Tue, 29 Jul 2025 13:44:51 +0200 Subject: [PATCH] Enable muted test since dpctl-2119 is resolved --- .../third_party/cupy/core_tests/test_ndarray_copy_and_view.py | 2 +- 1 file changed, 1 insertion(+), 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 601f955436f3..828794ec2d77 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 @@ -120,7 +120,7 @@ def test_view_flags_smaller_invalid(self, order, shape): [ ("C", (6,)), ("C", (3, 10)), - # ("C", (0,)), # dpctl-2119 + ("C", (0,)), ("C", (1, 6)), ("C", (3, 2)), ],