mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
run-tests: Skip print_exception.py on TravisCI, as it irreproducibly fails.
TODO: Figure out what's wrong on Travis.
This commit is contained in:
@@ -60,6 +60,7 @@ def run_tests(pyb, tests, args):
|
|||||||
# Some tests shouldn't be run under Travis CI
|
# Some tests shouldn't be run under Travis CI
|
||||||
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('misc/print_exception.py')
|
||||||
|
|
||||||
# Some tests shouldn't be run on pyboard
|
# Some tests shouldn't be run on pyboard
|
||||||
if pyb is not None:
|
if pyb is not None:
|
||||||
|
|||||||
Reference in New Issue
Block a user