Skip to content

Commit d1a2a1a

Browse files
committed
test requires yield, can't run native
1 parent ca97964 commit d1a2a1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/run-tests

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ def run_tests(pyb, tests, args, base_path=".", num_threads=1):
385385
skip_tests.add('stress/gc_trace.py') # requires yield
386386
skip_tests.add('stress/recursive_gen.py') # requires yield
387387
skip_tests.add('extmod/vfs_userfs.py') # because native doesn't properly handle globals across different modules
388+
skip_tests.add('../extmod/ulab/tests/argminmax.py') # requires yield
388389

389390
def run_one_test(test_file):
390391
test_file = test_file.replace('\\', '/')

0 commit comments

Comments
 (0)