Skip to content

Commit 3976ea6

Browse files
authored
Muted a test test_array_creation_cross_device (#1601)
1 parent 2aeb333 commit 3976ea6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_sycl_queue.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ def test_array_creation_follow_device(func, args, kwargs, device):
166166
assert_sycl_queue_equal(y.sycl_queue, x.sycl_queue)
167167

168168

169+
@pytest.mark.skip("muted until the issue reported by SAT-5969 is resolved")
169170
@pytest.mark.parametrize(
170171
"func, args, kwargs",
171172
[

0 commit comments

Comments
 (0)