Skip to content

Commit c62dd97

Browse files
committed
Use only device USM type
1 parent faf1abe commit c62dd97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dpnp/tests/test_usm_type.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
generate_random_numpy_array,
1616
)
1717

18-
list_of_usm_types = ["device", "shared", "host"]
18+
# list_of_usm_types = ["device", "shared", "host"]
19+
list_of_usm_types = ["device"]
1920

2021

2122
@pytest.mark.parametrize("usm_type_x", list_of_usm_types, ids=list_of_usm_types)

0 commit comments

Comments
 (0)