From 06e703290640ed6326bf70e172c25be92799591f Mon Sep 17 00:00:00 2001 From: Alex March Date: Wed, 19 Oct 2016 09:32:49 +0100 Subject: [PATCH] qemu-arm: Exclude extmod/vfs_fat_fileio.py test. --- 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 bab937135f..4559b06e9d 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_ramdisk.py', 'extmod/vfs_fat_fileio.py', ) output = []