Commit 2e598faa authored by Victor Stinner's avatar Victor Stinner

test_concurrent_futures: remove temporary hack

parent 62fbdd9b
...@@ -815,10 +815,6 @@ class FutureTests(unittest.TestCase): ...@@ -815,10 +815,6 @@ class FutureTests(unittest.TestCase):
self.assertTrue(isinstance(f1.exception(timeout=5), IOError)) self.assertTrue(isinstance(f1.exception(timeout=5), IOError))
def test_main(): 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, test.support.run_unittest(ProcessPoolExecutorTest,
ThreadPoolExecutorTest, ThreadPoolExecutorTest,
ProcessPoolWaitTests, ProcessPoolWaitTests,
......
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