diff --git a/testing/test_capture.py b/testing/test_capture.py index c80cb97d5..e3fe6cfcf 100644 --- a/testing/test_capture.py +++ b/testing/test_capture.py @@ -191,7 +191,7 @@ class TestPerTestCapturing: "in func2*", ]) - @pytest.mark.xfail + @pytest.mark.xfail(reason="unimplemented feature") def test_capture_scope_cache(self, testdir): p = testdir.makepyfile(""" import sys