From 18b5958d4673d8ae3113f35a6920cc4b3314612a Mon Sep 17 00:00:00 2001 From: Daniel Hiltgen Date: Tue, 2 Dec 2025 13:18:55 -0800 Subject: [PATCH] test: avoid ministral tools test on low vram (#13302) Avoid hitting test timeouts --- integration/tools_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/integration/tools_test.go b/integration/tools_test.go index d6b8dfa5..fa37d8f3 100644 --- a/integration/tools_test.go +++ b/integration/tools_test.go @@ -30,6 +30,7 @@ func TestAPIToolCalling(t *testing.T) { "mistral": 6, "qwen2.5": 6, "qwen2": 6, + "ministral-3": 20, "mistral-nemo": 9, "mistral-small": 16, "mixtral:8x22b": 80,