diff options
author | Damien George <damien.p.george@gmail.com> | 2016-09-08 13:06:29 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-09-08 13:06:29 +1000 |
commit | 763e04bba57c45589b75bc9210fbb8272d358c89 (patch) | |
tree | 8d4973478bec3c48d7fad39f6ac3b912998f4d1f /tests | |
parent | f3b5480be7243684e31e4631e3da49c725fa7234 (diff) | |
download | micropython-763e04bba57c45589b75bc9210fbb8272d358c89.tar.gz micropython-763e04bba57c45589b75bc9210fbb8272d358c89.zip |
tests/run-tests: Disable thread/stress_recurse.py test on Travis.
It has reliability issues (cause unknown at this time).
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/run-tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-tests b/tests/run-tests index 5e8819729e..059e4e910f 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -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') |