Skip to content

Commit 18415c8

Browse files
authored
Muted a test test_array_creation_cross_device (#1606)
1 parent f6d175b commit 18415c8

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
@@ -164,6 +164,7 @@ def test_array_creation_follow_device(func, args, kwargs, device):
164164
assert_sycl_queue_equal(y.sycl_queue, x.sycl_queue)
165165

166166

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

0 commit comments

Comments
 (0)