From 2f2865b053c1abf3c69ea7050bcf92d9df153540 Mon Sep 17 00:00:00 2001 From: Steven Hartland Date: Wed, 18 Dec 2024 19:01:47 +0000 Subject: [PATCH] chore(ollama): remove temporary test Remove temporary simple test. --- modules/ollama/ollama_test.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/modules/ollama/ollama_test.go b/modules/ollama/ollama_test.go index 50e383d682..94212dc171 100644 --- a/modules/ollama/ollama_test.go +++ b/modules/ollama/ollama_test.go @@ -16,14 +16,6 @@ import ( "github.com/testcontainers/testcontainers-go/modules/ollama" ) -func TestOllamaBasic(t *testing.T) { - ctx := context.Background() - - ctr, err := ollama.Run(ctx, "ollama/ollama:0.1.25") - testcontainers.CleanupContainer(t, ctr) - require.NoError(t, err) -} - func TestOllama(t *testing.T) { ctx := context.Background()