diff options
author | Alex March <alex.march.dev@gmail.com> | 2016-10-19 09:32:49 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-10-24 12:49:19 +1100 |
commit | 06e703290640ed6326bf70e172c25be92799591f (patch) | |
tree | 6281be9f8fbe18521636af3a19ade17c90cbe181 | |
parent | cb20d999bc2d4f7e842f3e0b26e8fdc484acf82a (diff) | |
download | micropython-06e703290640ed6326bf70e172c25be92799591f.tar.gz micropython-06e703290640ed6326bf70e172c25be92799591f.zip |
qemu-arm: Exclude extmod/vfs_fat_fileio.py test.
-rwxr-xr-x | tools/tinytest-codegen.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 = [] |