1 --- pytest-8.3.1/testing/test_debugging.py.orig
2 +++ pytest-8.3.1/testing/test_debugging.py
6 @pytest.mark.parametrize("capture_arg", ("", "-s", "-p no:capture"))
7 + @pytest.mark.skip(reason="randomly fails: https://github.com/pytest-dev/pytest/issues/11411")
8 def test_pdb_continue_with_recursive_debug(
9 self, capture_arg, pytester: Pytester