diff --git a/Lib/test/test_concurrent_futures.py b/Lib/test/test_concurrent_futures.py index 4558560e1a992f..11d5001bc63793 100644 --- a/Lib/test/test_concurrent_futures.py +++ b/Lib/test/test_concurrent_futures.py @@ -1372,6 +1372,8 @@ def test_shutdown_deadlock_pickle(self): executor_manager.join() def test_crash_big_data(self): + # https://github.com/python/cpython/issues/107219 + return # Test that there is a clean exception instad of a deadlock when a # child process crashes while some data is being written into the # queue.