8000 tests/run-tests: Disable thread_gc1.py test on Travis. · danni/micropython@8f8f699 · GitHub 8000
[go: up one dir, main page]

Skip to content

Commit 8f8f699

Browse files
committed
tests/run-tests: Disable thread_gc1.py test on Travis.
It has reliability issues (cause unknown at this time).
1 parent f4ee9f8 commit 8f8f699

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/run-tests

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ def run_tests(pyb, tests, args):
200200
# Some tests shouldn't be run under Travis CI
201201
if os.getenv('TRAVIS') == 'true':
202202
skip_tests.add('basics/memoryerror.py')
203+
skip_tests.add('thread/thread_gc1.py') # has reliability issues
203204
skip_tests.add('thread/thread_lock4.py') # has reliability issues
204205
skip_tests.add('thread/stress_heap.py' 3CA0 ;) # has reliability issues
205206

0 commit comments

Comments
 (0)
0