Skip to content

Commit 923ec11

Browse files
committed
tests/run-tests: Re-instate skipping of doubleprec test on pyboard.
1 parent 3f7aa33 commit 923ec11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/run-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def run_tests(pyb, tests, args):
261261
if pyb is not None:
262262
skip_tests.add('basics/exception_chain.py') # warning is not printed
263263
skip_tests.add('float/float_divmod.py') # tested by float/float_divmod_relaxed.py instead
264-
skip_tests.add('float/float2int_doubleprec.py') # requires double precision floating point to work
264+
skip_tests.add('float/float2int_doubleprec_intbig.py') # requires double precision floating point to work
265265
skip_tests.add('micropython/meminfo.py') # output is very different to PC output
266266
skip_tests.add('extmod/machine_mem.py') # raw memory access not supported
267267

0 commit comments

Comments
 (0)