Skip to content

Commit

Permalink
tests: skip a broken test
Browse files Browse the repository at this point in the history
See python#107219
Once that is fixed this commit can be removed.
This is a commit and not just an addition to the skip list, since
we still run the skipped tests in CI and in this case everything would hang.
  • Loading branch information
lazka committed Aug 27, 2023
1 parent d3c3408 commit 8e7cde8
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 8e7cde8

Please sign in to comment.