Skip to content
Snippets Groups Projects
Commit 78bc31e2 authored by Damien George's avatar Damien George
Browse files

tests/run-tests: Disable thread/stress_heap.py when running on Travis.

It has reliability issues and sometimes fails on Travis (reason currently
unknown).
parent 5af6184e
No related branches found
No related tags found
No related merge requests found
...@@ -201,6 +201,7 @@ def run_tests(pyb, tests, args): ...@@ -201,6 +201,7 @@ def run_tests(pyb, tests, args):
if os.getenv('TRAVIS') == 'true': if os.getenv('TRAVIS') == 'true':
skip_tests.add('basics/memoryerror.py') skip_tests.add('basics/memoryerror.py')
skip_tests.add('thread/thread_lock4.py') # has reliability issues skip_tests.add('thread/thread_lock4.py') # has reliability issues
skip_tests.add('thread/stress_heap.py') # has reliability issues
if not has_complex: if not has_complex:
skip_tests.add('float/complex1.py') skip_tests.add('float/complex1.py')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment