qemu-arm: Exclude new vfs_fat tests.
This commit is contained in:
parent
fbca4f94b3
commit
52aa532050
|
@ -53,7 +53,7 @@ exclude_tests = (
|
||||||
'extmod/ujson_dumps_float.py', 'extmod/ujson_loads_float.py',
|
'extmod/ujson_dumps_float.py', 'extmod/ujson_loads_float.py',
|
||||||
'extmod/uctypes_native_float.py', 'extmod/uctypes_le_float.py',
|
'extmod/uctypes_native_float.py', 'extmod/uctypes_le_float.py',
|
||||||
'extmod/machine_pinbase.py', 'extmod/machine_pulse.py',
|
'extmod/machine_pinbase.py', 'extmod/machine_pulse.py',
|
||||||
'extmod/vfs_fat_ramdisk.py', 'extmod/vfs_fat_fileio.py',
|
'extmod/vfs_fat_ramdisk.py', 'extmod/vfs_fat_fileio.py', 'extmod/vfs_fat_fsusermount.py', 'extmod/vfs_fat_oldproto.py',
|
||||||
)
|
)
|
||||||
|
|
||||||
output = []
|
output = []
|
||||||
|
|
Loading…
Reference in New Issue