tools/ci.sh: Skip thread/stress_heap.py test on macOS test run.
This test passes sometimes and fails other times. Eventually that should be fixed, but for now just skip this test. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
f835b1626d
commit
279f51d7d2
1 changed files with 2 additions and 1 deletions
|
|
@ -780,7 +780,8 @@ function ci_unix_macos_run_tests {
|
|||
# Issues with macOS tests:
|
||||
# - float_parse and float_parse_doubleprec parse/print floats out by a few mantissa bits
|
||||
# - ffi_callback crashes for an unknown reason
|
||||
(cd tests && MICROPY_MICROPYTHON=../ports/unix/build-standard/micropython ./run-tests.py --exclude '(float_parse|float_parse_doubleprec|ffi_callback).py')
|
||||
# - thread/stress_heap.py is flaky
|
||||
(cd tests && MICROPY_MICROPYTHON=../ports/unix/build-standard/micropython ./run-tests.py --exclude '(float_parse|float_parse_doubleprec|ffi_callback|thread/stress_heap).py')
|
||||
}
|
||||
|
||||
function ci_unix_qemu_mips_setup {
|
||||
|
|
|
|||
Loading…
Reference in a new issue