Skip to content

Commit 763e04b

Browse files
committed
tests/run-tests: Disable thread/stress_recurse.py test on Travis.
It has reliability issues (cause unknown at this time).
1 parent f3b5480 commit 763e04b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/run-tests

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ def run_tests(pyb, tests, args):
203203
skip_tests.add('thread/thread_gc1.py') # has reliability issues
204204
skip_tests.add('thread/thread_lock4.py') # has reliability issues
205205
skip_tests.add('thread/stress_heap.py') # has reliability issues
206+
skip_tests.add('thread/stress_recurse.py') # has reliability issues
206207

207208
if not has_complex:
208209
skip_tests.add('float/complex1.py')

0 commit comments

Comments
 (0)