test_concurrent_futures: remove temporary hack

This commit is contained in:
Victor Stinner 2010-11-07 04:36:56 +00:00
parent 62fbdd9b7b
commit 2e598faade
1 changed files with 0 additions and 4 deletions

View File

@ -815,10 +815,6 @@ class FutureTests(unittest.TestCase):
self.assertTrue(isinstance(f1.exception(timeout=5), IOError))
def test_main():
# FIXME: remove this temporary hack to check a failure
# on "x86 FreeBSD 7.2 3.x" buildbot
import os; os.system("ulimit -a")
test.support.run_unittest(ProcessPoolExecutorTest,
ThreadPoolExecutorTest,
ProcessPoolWaitTests,