From a5a4453c7724cc18c8a16f1b2f9a8ecdfe4ba939 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 14 May 2025 19:24:20 -0700 Subject: [PATCH] test: fix groq/gemma2-9b-it --- tests/litellm_utils_tests/test_supports_tool_choice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/litellm_utils_tests/test_supports_tool_choice.py b/tests/litellm_utils_tests/test_supports_tool_choice.py index facf5c9eaf..ac4eb1fe92 100644 --- a/tests/litellm_utils_tests/test_supports_tool_choice.py +++ b/tests/litellm_utils_tests/test_supports_tool_choice.py @@ -76,7 +76,7 @@ def test_check_provider_match(): # Models that should be skipped during testing OLD_PROVIDERS = ["aleph_alpha", "palm"] -SKIP_MODELS = ["azure/mistral", "azure/command-r", "jamba", "deepinfra", "mistral.", "groq/llama-guard-3-8b"] +SKIP_MODELS = ["azure/mistral", "azure/command-r", "jamba", "deepinfra", "mistral.", "groq/llama-guard-3-8b", "groq/gemma2-9b-it"] # Bedrock models to block - organized by type BEDROCK_REGIONS = ["ap-northeast-1", "eu-central-1", "us-east-1", "us-west-2"]