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)
  • Loading branch information
pablogsal authored Jun 4, 2021
1 parent 3668e11 commit f171877
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 @@ -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

0 comments on commit f171877

Please sign in to comment.