Skip to content

Commit af5fb67

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

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

677677
Watcher = unix_events.ThreadedChildWatcher
678678

679+
@unittest.skip("bpo-38323: MultiLoopChildWatcher has a race condition \
680+
and these tests can hang the test suite")
679681
class SubprocessMultiLoopWatcherTests(SubprocessWatcherMixin,
680682
test_utils.TestCase):
681683

0 commit comments

Comments
 (0)