mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the test suite (GH-26542)
This commit is contained in:
parent
3668e118f7
commit
f171877ebe
1 changed files with 2 additions and 0 deletions
|
@ -665,6 +665,8 @@ if sys.platform != 'win32':
|
|||
|
||||
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):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue