summaryrefslogtreecommitdiff
path: root/tests/run-tests
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2018-06-04 16:25:06 +1000
committerDamien George <damien.p.george@gmail.com>2018-06-12 12:29:26 +1000
commitc901cc6862e982b733a45412b649d7f404751b42 (patch)
tree76eae6aad74c060efeaa21b49d5525f2299f6bd7 /tests/run-tests
parent9144b1f10c5f48a93fdb2aefa528813bd60a2f85 (diff)
tests/extmod: Add test for VFS and user-defined filesystem and files.
Diffstat (limited to 'tests/run-tests')
-rwxr-xr-xtests/run-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-tests b/tests/run-tests
index 25fb33a3f..cfd7c4037 100755
--- a/tests/run-tests
+++ b/tests/run-tests
@@ -364,6 +364,7 @@ def run_tests(pyb, tests, args, base_path="."):
skip_tests.add('micropython/schedule.py') # native code doesn't check pending events
skip_tests.add('stress/gc_trace.py') # requires yield
skip_tests.add('stress/recursive_gen.py') # requires yield
+ skip_tests.add('extmod/vfs_userfs.py') # because native doesn't properly handle globals across different modules
for test_file in tests:
test_file = test_file.replace('\\', '/')