Skip to content

Commit 27b36b9

Browse files
author
Diptorup Deb
committed
Remove xfail from fixed test cases.
1 parent 35faa75 commit 27b36b9

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

numba_dpex/tests/dpjit_tests/dpnp/test_dpnp_empty_like.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ def func2(x):
167167
)
168168

169169

170-
@pytest.mark.xfail
171170
def test_dpnp_empty_like_from_numpy():
172171
"""Test if dpnp works with numpy array (it shouldn't)"""
173172

numba_dpex/tests/dpjit_tests/dpnp/test_dpnp_ones_like.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ def func2(x):
172172
)
173173

174174

175-
@pytest.mark.xfail
176175
def test_dpnp_ones_like_from_numpy():
177176
"""Test if dpnp works with numpy array (it shouldn't)"""
178177

numba_dpex/tests/dpjit_tests/dpnp/test_dpnp_zeros_like.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ def func2(x):
173173
)
174174

175175

176-
@pytest.mark.xfail
177176
def test_dpnp_zeros_like_from_numpy():
178177
"""Test if dpnp works with numpy array (it shouldn't)"""
179178

0 commit comments

Comments
 (0)