diff options
Diffstat (limited to 'tests/run-tests')
-rwxr-xr-x | tests/run-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-tests b/tests/run-tests index 33409832ba..554f5134c5 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -49,7 +49,7 @@ for test_file in tests: if test_on_pyboard: pyb.enter_raw_repl() try: - if test_file == 'basics/math-fun.py': + if test_file == 'basics/memoryerror.py': # this test crashes the pyboard output_mupy = b'CRASH' else: |