Skip to content

Commit

Permalink
bpo-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the t…
Browse files Browse the repository at this point in the history
…est suite (GH-26542) (GH-26670)

(cherry picked from commit f171877)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
  • Loading branch information
miss-islington and pablogsal authored Jun 12, 2021
1 parent 4844abd commit af5fb67
Showing 1 changed file with 2 additions and 0 deletions.
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 @@ -676,6 +676,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

0 comments on commit af5fb67

Please sign in to comment.