Skip to content

Commit c8b9ad0

Browse files
authored
Enable muted test since dpctl-2121 is resolved (#2527)
The PR enables previously muted test due to the [issue](IntelPython/dpctl#2121) in dpctl.
1 parent 0aca8ab commit c8b9ad0

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)