Skip to content

Commit 52aa532

Browse files
Alex Marchdpgeorge
authored andcommitted
qemu-arm: Exclude new vfs_fat tests.
1 parent fbca4f9 commit 52aa532

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/tinytest-codegen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def script_to_map(t):
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',
56-
'extmod/vfs_fat_ramdisk.py', 'extmod/vfs_fat_fileio.py',
56+
'extmod/vfs_fat_ramdisk.py', 'extmod/vfs_fat_fileio.py', 'extmod/vfs_fat_fsusermount.py', 'extmod/vfs_fat_oldproto.py',
5757
)
5858

5959
output = []

0 commit comments

Comments
 (0)