bpo-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the test suite (GH-26542)
This commit is contained in:
parent
3668e118f7
commit
f171877ebe
@ -665,6 +665,8 @@ if sys.platform != 'win32':
|
|||||||
|
|
||||||
Watcher = unix_events.ThreadedChildWatcher
|
Watcher = unix_events.ThreadedChildWatcher
|
||||||
|
|
||||||
|
@unittest.skip("bpo-38323: MultiLoopChildWatcher has a race condition \
|
||||||
|
and these tests can hang the test suite")
|
||||||
class SubprocessMultiLoopWatcherTests(SubprocessWatcherMixin,
|
class SubprocessMultiLoopWatcherTests(SubprocessWatcherMixin,
|
||||||
test_utils.TestCase):
|
test_utils.TestCase):
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user