Skip to content

Commit a7f3525

Browse files
Remove TODO
1 parent 632d227 commit a7f3525

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/testcontainers/src/wait-strategies/log-wait-strategy.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ describe("LogWaitStrategy", { timeout: 180_000 }, () => {
6969
expect(await getRunningContainerNames()).not.toContain(containerName);
7070
});
7171

72-
// TODO
73-
it.skip("should throw an error if the log stream is open and the strategy times out", async () => {});
74-
7572
it("does not matter if container does not send all content in a single line", async () => {
7673
const container = await new GenericContainer("cristianrgreco/testcontainer:1.1.14")
7774
.withCommand([

0 commit comments

Comments
 (0)