Skip to content

Commit 8e7cde8

Browse files
committed
tests: skip a broken test
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.
1 parent d3c3408 commit 8e7cde8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_concurrent_futures.py

+2
Original file line numberDiff line numberDiff line change
@@ -1372,6 +1372,8 @@ def test_shutdown_deadlock_pickle(self):
13721372
executor_manager.join()
13731373

13741374
def test_crash_big_data(self):
1375+
# https://github.com/python/cpython/issues/107219
1376+
return
13751377
# Test that there is a clean exception instad of a deadlock when a
13761378
# child process crashes while some data is being written into the
13771379
# queue.

0 commit comments

Comments
 (0)