The stress_heap.py test was excluded from the macOS CI job with a "is
flaky" comment prior to the analysis period. No direct log observations
are available since it was already excluded, but it's listed in
FLAKY_TESTS restricted to the darwin platform.
PR #18861 now handles this via ignore-on-failure instead of exclusion,
so the test runs and its output is visible but doesn't block CI.
See analysis: https://gist.github.com/andrewleech/5686ed5242e0948d8679c432579e002e
Cloned from micropython/micropython issue 18870 for triage testing.