We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b5480 commit 763e04bCopy full SHA for 763e04b
1 file changed
tests/run-tests
@@ -203,6 +203,7 @@ def run_tests(pyb, tests, args):
203
skip_tests.add('thread/thread_gc1.py') # has reliability issues
204
skip_tests.add('thread/thread_lock4.py') # has reliability issues
205
skip_tests.add('thread/stress_heap.py') # has reliability issues
206
+ skip_tests.add('thread/stress_recurse.py') # has reliability issues
207
208
if not has_complex:
209
skip_tests.add('float/complex1.py')
0 commit comments