qemu-arm: Exclude new vfs_fat tests.

This commit is contained in:
Alex March 2016-10-21 10:45:09 +01:00 committed by Damien George
parent fbca4f94b3
commit 52aa532050

View File

@ -53,7 +53,7 @@ exclude_tests = (
'extmod/ujson_dumps_float.py', 'extmod/ujson_loads_float.py',
'extmod/uctypes_native_float.py', 'extmod/uctypes_le_float.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 = []