Skip to content

Commit 95c6f0b

Browse files
committed
Enabled muted umath tests
1 parent cac6399 commit 95c6f0b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dpnp/tests/test_umath.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ def test_umaths(test_cases):
115115
and not (vmi._is_available() and has_support_aspect64())
116116
):
117117
pytest.skip("dpctl-2031")
118-
elif umath in ["divmod"]:
119-
pytest.skip("Not implemented umath")
120118
elif umath in ["vecmat", "matvec"]:
121119
if is_win_platform() and not is_gpu_device():
122120
pytest.skip("SAT-8073")

0 commit comments

Comments
 (0)