Skip to content
Snippets Groups Projects
Commit e11d5111 authored by Frederik Hennig's avatar Frederik Hennig
Browse files

xfail instead of skip

parent f2045b96
No related branches found
No related tags found
1 merge request!384Fundamental GPU Support
Pipeline #67490 passed
...@@ -8,7 +8,7 @@ import sympy ...@@ -8,7 +8,7 @@ import sympy
def test_abs(target): def test_abs(target):
if target == ps.Target.GPU: if target == ps.Target.GPU:
# FIXME # FIXME
pytest.skip("GPU target not ready yet") pytest.xfail("GPU target not ready yet")
x, y, z = ps.fields('x, y, z: int64[2d]') x, y, z = ps.fields('x, y, z: int64[2d]')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment