diff options
| author | Yonatan Goldschmidt | 2020-01-17 03:37:32 +0200 |
|---|---|---|
| committer | Damien George | 2020-02-11 10:56:49 +1100 |
| commit | 0852acfc744720cc75db9c592f947c28bd2d7e42 (patch) | |
| tree | 9a12cb0f2a1c27516ade12cb8c10429471eeec87 /tests/run-tests | |
| parent | 88cbfd791a06a405b05a9262e6d7ab6fb73ade57 (diff) | |
tests/run-tests: Auto-skip extmod/ticks_diff, extmod/time_ms_us tests.
Diffstat (limited to 'tests/run-tests')
| -rwxr-xr-x | tests/run-tests | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/run-tests b/tests/run-tests index f0fa83407..253850b6a 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -384,8 +384,6 @@ def run_tests(pyb, tests, args, base_path="."): skip_tests.add('micropython/opt_level.py') # don't assume line numbers are stored elif args.target == 'nrf': skip_tests.add('basics/memoryview1.py') # no item assignment for memoryview - skip_tests.add('extmod/ticks_diff.py') # unimplemented: utime.ticks_diff - skip_tests.add('extmod/time_ms_us.py') # unimplemented: utime.ticks_ms skip_tests.add('extmod/urandom_basic.py') # unimplemented: urandom.seed skip_tests.add('micropython/opt_level.py') # no support for line numbers skip_tests.add('misc/non_compliant.py') # no item assignment for bytearray |
