Skip to content

Commit bed0c90

Browse files
authored
chore(ci): fix flaky serve test (take 2) (#11355)
1 parent b3c7436 commit bed0c90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

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

0 commit comments

Comments
 (0)