diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/run-tests | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/run-tests b/tests/run-tests index 36d9258cf..956036bd1 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -133,6 +133,10 @@ def run_tests(pyb, tests, args): if native == b'CRASH': skip_native = True + # These tests no longer work; TODO change them or remove them + skip_tests.add('cmdline/repl_basic.py') + skip_tests.add('cmdline/repl_cont.py') + # Some tests shouldn't be run under Travis CI if os.getenv('TRAVIS') == 'true': skip_tests.add('basics/memoryerror.py') |