diff options
| author | Damien George <damien.p.george@gmail.com> | 2016-08-25 14:06:40 +1000 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2016-08-25 14:06:40 +1000 |
| commit | 78bc31e29409b5e059de0641fc7df9ed58483187 (patch) | |
| tree | 886dcbfcdf341495eb6d304c2c262e525cecf67b /tests | |
| parent | 5af6184e7251e44c17714466981c624dc7bd225d (diff) | |
tests/run-tests: Disable thread/stress_heap.py when running on Travis.
It has reliability issues and sometimes fails on Travis (reason currently
unknown).
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 f796f2863..80536f242 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -201,6 +201,7 @@ def run_tests(pyb, tests, args): if os.getenv('TRAVIS') == 'true': skip_tests.add('basics/memoryerror.py') skip_tests.add('thread/thread_lock4.py') # has reliability issues + skip_tests.add('thread/stress_heap.py') # has reliability issues if not has_complex: skip_tests.add('float/complex1.py') |
