Skip to content

Commit 91feff2

Browse files
Unskip dlpack tests in test_sycl_queue
1 parent 8c7f71a commit 91feff2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dpnp/tests/test_sycl_queue.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,6 @@ def test_array_creation_from_dpctl(copy, device):
10521052
assert isinstance(result, dpnp_array)
10531053

10541054

1055-
@pytest.mark.skip("due to dpctl-2213")
10561055
@pytest.mark.parametrize("device", valid_dev, ids=dev_ids)
10571056
@pytest.mark.parametrize("arr_dtype", get_all_dtypes(no_float16=True))
10581057
@pytest.mark.parametrize("shape", [tuple(), (2,), (3, 0, 1), (2, 2, 2)])

0 commit comments

Comments
 (0)