tests/run-tests: Disable thread_gc1.py test on Travis.

It has reliability issues (cause unknown at this time).
esp8266-idle-ticks
Damien George 2016-08-27 23:41:16 +10:00
parent f4ee9f8853
commit 8f8f699eb7
1 changed files with 1 additions and 0 deletions

View File

@ -200,6 +200,7 @@ def run_tests(pyb, tests, args):
# Some tests shouldn't be run under Travis CI
if os.getenv('TRAVIS') == 'true':
skip_tests.add('basics/memoryerror.py')
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