Skip to content

Commit 1d87e07

Browse files
committed
bpo-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the test suite
1 parent 2780df4 commit 1d87e07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_asyncio/test_subprocess.py

+2
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,8 @@ class SubprocessThreadedWatcherTests(SubprocessWatcherMixin,
665665

666666
Watcher = unix_events.ThreadedChildWatcher
667667

668+
@unittest.skip("SubprocessMultiLoopWatcher has a race condition \
669+
and these tests can hang the test suite")
668670
class SubprocessMultiLoopWatcherTests(SubprocessWatcherMixin,
669671
test_utils.TestCase):
670672

0 commit comments

Comments
 (0)