We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e06e0 commit a289b24Copy full SHA for a289b24
1 file changed
tests/run-tests
@@ -312,6 +312,7 @@ def run_tests(pyb, tests, args, base_path="."):
312
skip_tests.add('basics/class_inplace_op.py') # all special methods not supported
313
skip_tests.add('misc/rge_sm.py') # too large
314
skip_tests.add('micropython/opt_level.py') # don't assume line numbers are stored
315
+ skip_tests.add('float/float_parse.py') # minor parsing artifacts with 32-bit floats
316
317
# Some tests are known to fail on 64-bit machines
318
if pyb is None and platform.architecture()[0] == '64bit':
0 commit comments