Skip to content

Commit 4e59607

Browse files
committed
skip -> xfail
1 parent 60eb6e0 commit 4e59607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra_tests/test_vmprof_greenlet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def cpuburn(duration):
1616
pass
1717

1818
# See https://github.com/vmprof/vmprof-python/issues/274
19-
@pytest.mark.skipif(IS_32_BIT, "vmprof fails to write profiles with negative addresses")
19+
@pytest.mark.xfail(IS_32_BIT, reason="vmprof fails to write profiles with negative addresses")
2020
def test_sampling_inside_callback(tmpdir):
2121
# see also test_sampling_inside_callback inside
2222
# pypy/module/_continuation/test/test_stacklet.py

0 commit comments

Comments
 (0)