Skip to content

Commit 952c83d

Browse files
committed
Enable muted test since dpctl-2121 is resolved
1 parent 463af22 commit 952c83d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,6 @@ def test_astype_strides_broadcast(self, xp, src_dtype, dst_dtype):
386386
dst = astype_without_warning(src, dst_dtype, order="K")
387387
return get_strides(xp, dst)
388388

389-
@pytest.mark.skip("dpctl-2121")
390389
@testing.numpy_cupy_array_equal()
391390
def test_astype_boolean_view(self, xp):
392391
# See #4354

0 commit comments

Comments
 (0)