mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
Fix missing {port: 0} causing flaky test
This commit is contained in:
@@ -138,6 +138,8 @@ test("uploads roundtrip with sendfile()", async () => {
|
||||
require("fs").writeFileSync(path, hugeTxt);
|
||||
|
||||
const server = Bun.serve({
|
||||
port: 0,
|
||||
development: false,
|
||||
maxRequestBodySize: 1024 * 1024 * 1024 * 8,
|
||||
async fetch(req) {
|
||||
var count = 0;
|
||||
|
||||
Reference in New Issue
Block a user