From 192c8cb21d5999e187efb1a690cd9668bb53fc08 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 20 Aug 2024 07:00:13 -0700 Subject: [PATCH] fix test_ollama_chat_function_calling --- litellm/tests/test_ollama.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/tests/test_ollama.py b/litellm/tests/test_ollama.py index 0d0b076721..de41e24b8b 100644 --- a/litellm/tests/test_ollama.py +++ b/litellm/tests/test_ollama.py @@ -132,6 +132,7 @@ def test_ollama_aembeddings(mock_aembeddings): # test_ollama_aembeddings() +@pytest.mark.skip(reason="local only test") def test_ollama_chat_function_calling(): import json