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