Skip to content

Commit 4978005

Browse files
committed
Mute ceil, trunc, floor tests due to dpctl-2030
1 parent 86f9ed9 commit 4978005

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dpnp/tests/test_umath.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ def test_umaths(test_cases):
106106
and is_gpu_device()
107107
):
108108
pytest.skip("dpctl-1652")
109+
elif umath in ["ceil", "floor", "trunc"] and args[0].dtype == dpnp.bool:
110+
pytest.skip("dpctl-2030")
109111
elif umath in ["divmod", "frexp"]:
110112
pytest.skip("Not implemented umath")
111113
elif umath == "modf":

0 commit comments

Comments
 (0)