Skip to content

Commit 3846dba

Browse files
author
Diptorup Deb
authored
Merge pull request #1065 from IntelPython/remove_xfail_from_valid_tests
Passing tests are incorrectly marked xfail.
2 parents 145f980 + 7884860 commit 3846dba

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
@@ -59,7 +59,6 @@ def input_arrays(request):
5959
return a, b
6060

6161

62-
@pytest.mark.xfail
6362
def test_binary_ops(binary_op, input_arrays):
6463
a, b = input_arrays
6564
binop = getattr(dpnp, binary_op)

0 commit comments

Comments
 (0)