Skip to content

Commit 0d441d2

Browse files
bpo-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the test suite (GH-26542) (GH-26544)
(cherry picked from commit f171877) Co-authored-by: Pablo Galindo <[email protected]> Co-authored-by: Pablo Galindo <[email protected]>
1 parent 1065ba6 commit 0d441d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_asyncio/test_subprocess.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,8 @@ class SubprocessThreadedWatcherTests(SubprocessWatcherMixin,
665665

666666
Watcher = unix_events.ThreadedChildWatcher
667667

668+
@unittest.skip("bpo-38323: MultiLoopChildWatcher has a race condition \
669+
and these tests can hang the test suite")
668670
class SubprocessMultiLoopWatcherTests(SubprocessWatcherMixin,
669671
test_utils.TestCase):
670672

0 commit comments

Comments
 (0)