Skip to content

Commit b3c50b2

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

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
@@ -684,6 +684,8 @@ class SubprocessThreadedWatcherTests(SubprocessWatcherMixin,
684684

685685
Watcher = unix_events.ThreadedChildWatcher
686686

687+
@unittest.skip("bpo-38323: MultiLoopChildWatcher has a race condition \
688+
and these tests can hang the test suite")
687689
class SubprocessMultiLoopWatcherTests(SubprocessWatcherMixin,
688690
test_utils.TestCase):
689691

0 commit comments

Comments
 (0)