summaryrefslogtreecommitdiff
path: root/tests/test_process.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_process.py')
-rw-r--r--tests/test_process.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_process.py b/tests/test_process.py
index f13fe014..7558671b 100644
--- a/tests/test_process.py
+++ b/tests/test_process.py
@@ -552,7 +552,7 @@ class ProcessTest(CoverageTest):
@pytest.mark.expensive
@pytest.mark.skipif(not env.C_TRACER, reason="fullcoverage only works with the C tracer.")
@pytest.mark.skipif(env.METACOV, reason="Can't test fullcoverage when measuring ourselves")
- @pytest.mark.skipif(
+ @pytest.mark.xfail(
(3, 11, 0, "alpha", 4) <= env.PYVERSION,
reason="avoid 3.11 bug lineno==None: https://bugs.python.org/issue46389",
)