We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca97964 commit d1a2a1aCopy full SHA for d1a2a1a
1 file changed
tests/run-tests
@@ -385,6 +385,7 @@ def run_tests(pyb, tests, args, base_path=".", num_threads=1):
385
skip_tests.add('stress/gc_trace.py') # requires yield
386
skip_tests.add('stress/recursive_gen.py') # requires yield
387
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
389
390
def run_one_test(test_file):
391
test_file = test_file.replace('\\', '/')
0 commit comments