run-tests: Skip print_exception.py on TravisCI, as it irreproducibly fails.

TODO: Figure out what's wrong on Travis.
pull/1005/head
Paul Sokolovsky 2014-12-11 15:03:29 +02:00
rodzic 5318cc028a
commit 66a6caa307
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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: