Skip to content

Commit

Permalink
chore(ollama): remove temporary test
Browse files Browse the repository at this point in the history
Remove temporary simple test.
  • Loading branch information
stevenh committed Dec 18, 2024
1 parent 7f8152b commit 2f2865b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions modules/ollama/ollama_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 2f2865b

Please sign in to comment.