Skip to content

Commit 4240292

Browse files
authored
Enable muted test since dpctl-2119 is resolved (#2544)
The PR enables previously muted test due to the [issue](IntelPython/dpctl#2119) in dpctl.
1 parent 5122f80 commit 4240292

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)