servo/servo

WPT Import fails

Closed this issue · 1 comments

https://github.com/servo/servo/actions/runs/8865818832/job/24343044922#step:8:2419

I suspect it's from web-platform-tests/wpt#45848

▶ TIMEOUT [expected OK] /fetch/api/crashtests/huge-fetch.any.html

but it only happens when doing flaky detection (could be that python does not run GC and when we run huge-response.py for the second time we get OOM).

Temporary solution could be to just disable running this test.

Temporary solution could be to just disable running this test.

This seems reasonable to me.