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:
parent
5318cc028a
commit
66a6caa307
@ -60,6 +60,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('misc/print_exception.py')
|
||||
|
||||
# Some tests shouldn't be run on pyboard
|
||||
if pyb is not None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user