Skip to content

Commit

Permalink
try skipping a test
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Aug 25, 2023
1 parent b21c15b commit 08d4259
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Lib/test/test_concurrent_futures.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 08d4259

Please sign in to comment.