Skip to content

Commit 7918f57

Browse files
committed
Skip test_usm_ndarray_linalg_batch for cholesky function
1 parent 45b6f97 commit 7918f57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dpnp/tests/test_linalg.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ def test_usm_ndarray_linalg_batch(func, gen_kwargs, func_kwargs):
110110
)
111111
for _ in range(2)
112112
]
113+
elif func == "cholesky" and is_win_platform() and is_arl_or_mtl():
114+
pytest.skip("SAT-8206")
113115
else:
114116
dpt_args = [
115117
dpt.asarray(generate_random_numpy_array(shape, **gen_kwargs))

0 commit comments

Comments
 (0)