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

This commit is contained in:
Martin Panter 2015-12-05 12:41:29 +00:00
commit c4b8979a2f
1 changed files with 2 additions and 0 deletions

View File

@ -1512,6 +1512,8 @@ class POSIXProcessTestCase(BaseTestCase):
if not enabled: if not enabled:
gc.disable() gc.disable()
@unittest.skipIf(
sys.platform == 'darwin', 'setrlimit() seems to fail on OS X')
def test_preexec_fork_failure(self): def test_preexec_fork_failure(self):
# The internal code did not preserve the previous exception when # The internal code did not preserve the previous exception when
# re-enabling garbage collection # re-enabling garbage collection