test requires yield, can't run native

This commit is contained in:
Jeff Epler 2020-04-13 16:18:42 -05:00
parent ca97964701
commit d1a2a1a333
1 changed files with 1 additions and 0 deletions

View File

@ -385,6 +385,7 @@ def run_tests(pyb, tests, args, base_path=".", num_threads=1):
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
skip_tests.add('../extmod/ulab/tests/argminmax.py') # requires yield
def run_one_test(test_file):
test_file = test_file.replace('\\', '/')