Skip to content

Commit c8843ed

Browse files
committed
Use only shared USM type
1 parent 1db515a commit c8843ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/tests/test_usm_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
)
1717

1818
# list_of_usm_types = ["device", "shared", "host"]
19-
list_of_usm_types = ["device", "host"]
19+
list_of_usm_types = ["shared"]
2020

2121

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

0 commit comments

Comments
 (0)