Skip to content

Commit 002d2da

Browse files
committed
Mute ceil, trunc, floor tests due to dpctl-2030
1 parent 33d684d commit 002d2da

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
@@ -107,6 +107,8 @@ def test_umaths(test_cases):
107107
and is_gpu_device()
108108
):
109109
pytest.skip("dpctl-1652")
110+
elif umath in ["ceil", "floor", "trunc"] and args[0].dtype == dpnp.bool:
111+
pytest.skip("dpctl-2030")
110112
elif umath in ["divmod", "frexp"]:
111113
pytest.skip("Not implemented umath")
112114
elif umath == "modf":

0 commit comments

Comments
 (0)