summaryrefslogtreecommitdiff
path: root/tests/run-tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-tests')
-rwxr-xr-xtests/run-tests1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/run-tests b/tests/run-tests
index 82f05bfa8..afefa264f 100755
--- a/tests/run-tests
+++ b/tests/run-tests
@@ -324,7 +324,6 @@ def run_tests(pyb, tests, args, base_path="."):
skip_tests.add('basics/subclass_native_init.py')# native subclassing corner cases not support
skip_tests.add('misc/rge_sm.py') # too large
skip_tests.add('micropython/opt_level.py') # don't assume line numbers are stored
- skip_tests.add('float/float_parse.py') # minor parsing artifacts with 32-bit floats
# Some tests are known to fail on 64-bit machines
if pyb is None and platform.architecture()[0] == '64bit':