bpo-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the test suite (GH-26542)

This commit is contained in:
Pablo Galindo 2021-06-05 00:33:20 +01:00 committed by GitHub
parent 3668e118f7
commit f171877ebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):