Skip to content

Commit dcec7d4

Browse files
committed
Enable muted test since dpctl-2119 is resolved
1 parent c8b9ad0 commit dcec7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/tests/third_party/cupy/core_tests/test_ndarray_copy_and_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def test_view_flags_smaller_invalid(self, order, shape):
120120
[
121121
("C", (6,)),
122122
("C", (3, 10)),
123-
# ("C", (0,)), # dpctl-2119
123+
("C", (0,)),
124124
("C", (1, 6)),
125125
("C", (3, 2)),
126126
],

0 commit comments

Comments
 (0)