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

(cherry picked from commit f171877ebe)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
This commit is contained in:
Miss Islington (bot) 2021-06-04 16:59:55 -07:00 committed by GitHub
parent ea298e1e33
commit b3c50b29e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -684,6 +684,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):