$OpenBSD: patch-Lib_test_test_subprocess_py,v 1.1 2011/07/20 12:06:57 rpointel Exp $
--- Lib/test/test_subprocess.py.orig	Mon Jan  3 23:24:52 2011
+++ Lib/test/test_subprocess.py	Wed Jun 29 15:36:22 2011
@@ -1189,6 +1189,7 @@
                         close_fds=False, pass_fds=(fd, )))
             self.assertIn('overriding close_fds', str(context.warning))
 
+    @unittest.skipIf(sys.platform.startswith("openbsd"), "blocking on OpenBSD")
     def test_wait_when_sigchild_ignored(self):
         # NOTE: sigchild_ignore.py may not be an effective test on all OSes.
         sigchild_ignore = support.findfile("sigchild_ignore.py",
