From 1c38847b17aaaf84e5b355efc3da3fdd57f95dc3 Mon Sep 17 00:00:00 2001 From: Yuta Saito Date: Fri, 16 Jan 2026 12:03:38 +0900 Subject: [PATCH] tests: skip Azure SDK init check for acreate_skill --- tests/test_litellm/llms/azure/test_azure_common_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_litellm/llms/azure/test_azure_common_utils.py b/tests/test_litellm/llms/azure/test_azure_common_utils.py index a0216be77f..654720183a 100644 --- a/tests/test_litellm/llms/azure/test_azure_common_utils.py +++ b/tests/test_litellm/llms/azure/test_azure_common_utils.py @@ -440,6 +440,7 @@ def test_select_azure_base_url_called(setup_mocks): "asearch", "avector_store_create", "avector_store_search", + "acreate_skill", ] ], )