Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
bpo-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the t…
…est suite (GH-26542)

(cherry picked from commit f171877)

Co-authored-by: Pablo Galindo <[email protected]>
  • Loading branch information
pablogsal authored and miss-islington committed Jun 4, 2021
commit ff6097cd083f266252061f0a2215d49276442eea
2 changes: 2 additions & 0 deletions Lib/test/test_asyncio/test_subprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,8 @@ class SubprocessThreadedWatcherTests(SubprocessWatcherMixin,

Watcher = unix_events.ThreadedChildWatcher

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

Expand Down