Skip to content

Commit ee673a1

Browse files
authored
Merge branch 'master' into fix-vecmat-win-failure
2 parents 9f6101e + c8b9ad0 commit ee673a1

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)