mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 21:20:13 +01:00
tests/run-tests: Disable thread/stress_recurse.py test on Travis.
It has reliability issues (cause unknown at this time).
This commit is contained in:
@@ -203,6 +203,7 @@ def run_tests(pyb, tests, args):
|
||||
skip_tests.add('thread/thread_gc1.py') # has reliability issues
|
||||
skip_tests.add('thread/thread_lock4.py') # has reliability issues
|
||||
skip_tests.add('thread/stress_heap.py') # has reliability issues
|
||||
skip_tests.add('thread/stress_recurse.py') # has reliability issues
|
||||
|
||||
if not has_complex:
|
||||
skip_tests.add('float/complex1.py')
|
||||
|
||||
Reference in New Issue
Block a user