Skip to content

Commit 7e302a5

Browse files
Update docker ignore test
Dockerfile is always sent as context to buildkit, so can't be ignored.
1 parent 50bbed5 commit 7e302a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/testcontainers/src/generic-container/generic-container.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,6 @@ describe("GenericContainer", { timeout: 180_000 }, () => {
469469
expect(output).not.toContain("example5.txt");
470470
expect(output).not.toContain("example6.txt");
471471
expect(output).not.toContain("example7.txt");
472-
expect(output).not.toContain("Dockerfile");
473472

474473
await startedContainer.stop();
475474
});

0 commit comments

Comments
 (0)