Commit c4b8979a authored by Martin Panter's avatar Martin Panter

Issue #25764: Merge OS X test skipping from 3.4 into 3.5

parents 8fc7d296 f7fdbdab
......@@ -1512,6 +1512,8 @@ class POSIXProcessTestCase(BaseTestCase):
if not enabled:
gc.disable()
@unittest.skipIf(
sys.platform == 'darwin', 'setrlimit() seems to fail on OS X')
def test_preexec_fork_failure(self):
# The internal code did not preserve the previous exception when
# re-enabling garbage collection
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment