Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2e598fa

Browse files
author
Victor Stinner
committed
test_concurrent_futures: remove temporary hack
1 parent 62fbdd9 commit 2e598fa

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Lib/test/test_concurrent_futures.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -815,10 +815,6 @@ def notification():
815815
self.assertTrue(isinstance(f1.exception(timeout=5), IOError))
816816

817817
def test_main():
818-
# FIXME: remove this temporary hack to check a failure
819-
# on "x86 FreeBSD 7.2 3.x" buildbot
820-
import os; os.system("ulimit -a")
821-
822818
test.support.run_unittest(ProcessPoolExecutorTest,
823819
ThreadPoolExecutorTest,
824820
ProcessPoolWaitTests,

0 commit comments

Comments
 (0)