From 52aa532050baa4239e1920144ecf1d0588fc672e Mon Sep 17 00:00:00 2001 From: Alex March Date: Fri, 21 Oct 2016 10:45:09 +0100 Subject: [PATCH] qemu-arm: Exclude new vfs_fat tests. --- tools/tinytest-codegen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tinytest-codegen.py b/tools/tinytest-codegen.py index 4559b06e9d..271eb55a33 100755 --- a/tools/tinytest-codegen.py +++ b/tools/tinytest-codegen.py @@ -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 = []