Forkserver just can't seem to cut it...

try_trip^2
Tyler Goodlet 2020-01-26 23:17:06 -05:00
parent 5fd38d4618
commit a6b249cd52
1 changed files with 2 additions and 0 deletions

View File

@ -297,6 +297,8 @@ async def test_nested_multierrors(loglevel, start_method):
# process trees for whatever reason.
# Any more process levels then this and we see bugs that cause
# hangs and broken pipes all over the place...
if start_method == 'forkserver':
pytest.skip("Forksever sux hard at nested spawning...")
depth = 2
subactor_breadth = 2