Merge branch 'main' into upgrade-webkit-20251007

This commit is contained in:
Sosuke Suzuki
2025-10-27 10:33:20 +09:00

View File

@@ -28,7 +28,9 @@ const empty = Buffer.alloc(0);
describe.concurrent("fetch() with streaming", () => {
[-1, 0, 20, 50, 100].forEach(timeout => {
it(`should be able to fail properly when reading from readable stream with timeout ${timeout}`, async () => {
// This test is flaky.
// Sometimes, we don't throw if signal.abort(). We need to fix that.
it.todo(`should be able to fail properly when reading from readable stream with timeout ${timeout}`, async () => {
using server = Bun.serve({
port: 0,
async fetch(req) {