Skip to content

Commit 4daf59e

Browse files
Run reaper tests sequentially
1 parent 29c90fc commit 4daf59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/testcontainers/src/reaper/reaper.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { ContainerRuntimeClient, getContainerRuntimeClient } from "../container-runtime";
22
import { RandomPortGenerator } from "../utils/port-generator";
33

4-
describe("Reaper", { timeout: 120_000 }, () => {
4+
describe.sequential("Reaper", { timeout: 120_000 }, () => {
55
let client: ContainerRuntimeClient;
66

77
const getReaper = async () => await (await import("./reaper")).getReaper(client);

0 commit comments

Comments
 (0)