Skip to content

Commit f46e145

Browse files
committed
Remove xfail from parfors test_unary_ops
1 parent ad3cb29 commit f46e145

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

numba_dpex/tests/dpjit_tests/parfors/test_dpnp_logic_ops.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ def f(a, b):
7878
)
7979

8080

81-
@pytest.mark.xfail
8281
def test_unary_ops(unary_op, input_arrays):
8382
a = input_arrays[0]
8483
uop = getattr(dpnp, unary_op)

0 commit comments

Comments
 (0)