--- pytest-8.3.3/testing/test_debugging.py.orig +++ pytest-8.3.3/testing/test_debugging.py @@ -668,6 +668,7 @@ self.flush(child) @pytest.mark.parametrize("capture_arg", ("", "-s", "-p no:capture")) + @pytest.mark.skip(reason="randomly fails: https://github.com/pytest-dev/pytest/issues/11411") def test_pdb_continue_with_recursive_debug( self, capture_arg, pytester: Pytester ) -> None: