tests/run-tests: Disable thread_gc1.py test on Travis.
It has reliability issues (cause unknown at this time).
This commit is contained in:
parent
f4ee9f8853
commit
8f8f699eb7
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user