From a6b249cd527134b882e91d5d5278ed5dfc1720cf Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sun, 26 Jan 2020 23:17:06 -0500 Subject: [PATCH] Forkserver just can't seem to cut it... --- tests/test_cancellation.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_cancellation.py b/tests/test_cancellation.py index bbf8598..ce74fdc 100644 --- a/tests/test_cancellation.py +++ b/tests/test_cancellation.py @@ -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