We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60eb6e0 commit 4e59607Copy full SHA for 4e59607
extra_tests/test_vmprof_greenlet.py
@@ -16,7 +16,7 @@ def cpuburn(duration):
16
pass
17
18
# See https://github.com/vmprof/vmprof-python/issues/274
19
-@pytest.mark.skipif(IS_32_BIT, "vmprof fails to write profiles with negative addresses")
+@pytest.mark.xfail(IS_32_BIT, reason="vmprof fails to write profiles with negative addresses")
20
def test_sampling_inside_callback(tmpdir):
21
# see also test_sampling_inside_callback inside
22
# pypy/module/_continuation/test/test_stacklet.py
0 commit comments