Skip to content

Commit 1dd544f

Browse files
authored
chore(ci): fix flaky serve test (#11352)
1 parent c6567f5 commit 1dd544f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rspack-cli/tests/serve/basic/serve-basic.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { normalizeStderr, runWatch } from "../../utils/test-utils";
22

33
describe("basic serve usage", () => {
44
it.concurrent("should work", async () => {
5-
const { stderr } = await runWatch(__dirname, ["serve"], {
5+
const { stderr } = await runWatch(__dirname, ["serve", "--port", "0"], {
66
killString: /localhost/
77
});
88

0 commit comments

Comments
 (0)