Skip to content

Commit 796b720

Browse files
committed
tools/tinytest-codegen: Exclude ticks_diff test for qemu-arm port.
1 parent be6a765 commit 796b720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/tinytest-codegen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def script_to_map(t):
4949
test_dirs = ('basics', 'micropython', 'extmod', 'inlineasm') # 'float', 'import', 'io', 'misc')
5050
exclude_tests = (
5151
'inlineasm/asmfpaddsub.py', 'inlineasm/asmfpcmp.py', 'inlineasm/asmfpldrstr.py', 'inlineasm/asmfpmuldiv.py', 'inlineasm/asmfpsqrt.py',
52-
'extmod/time_ms_us.py',
52+
'extmod/ticks_diff.py', 'extmod/time_ms_us.py',
5353
'extmod/ujson_dumps_float.py', 'extmod/ujson_loads_float.py',
5454
'extmod/uctypes_native_float.py', 'extmod/uctypes_le_float.py',
5555
'extmod/machine_pinbase.py', 'extmod/machine_pulse.py',

0 commit comments

Comments
 (0)