Skip to content

Commit

Permalink
Muted a test test_array_creation_cross_device (#1601)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonwolfy authored Oct 18, 2023
1 parent 2aeb333 commit 3976ea6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_sycl_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ def test_array_creation_follow_device(func, args, kwargs, device):
assert_sycl_queue_equal(y.sycl_queue, x.sycl_queue)


@pytest.mark.skip("muted until the issue reported by SAT-5969 is resolved")
@pytest.mark.parametrize(
"func, args, kwargs",
[
Expand Down

0 comments on commit 3976ea6

Please sign in to comment.