Skip to content

Commit 1207f5d

Browse files
Temporarily disable ollama container test
1 parent cb89936 commit 1207f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/modules/ollama/src/ollama-container.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ describe("OllamaContainer", () => {
1414
await container.stop();
1515
});
1616

17-
it("download model and commit to image", async () => {
17+
it.skip("download model and commit to image", async () => {
1818
const container = await new OllamaContainer("ollama/ollama:0.1.44").start();
1919
// pullModel {
2020
const execResult = await container.exec(["ollama", "pull", "all-minilm"]);

0 commit comments

Comments
 (0)