diff --git a/litellm/tests/test_streaming.py b/litellm/tests/test_streaming.py index 81d0815d691..f35492abab3 100644 --- a/litellm/tests/test_streaming.py +++ b/litellm/tests/test_streaming.py @@ -302,6 +302,7 @@ def test_completion_azure_function_calling_stream(): # test_completion_azure_function_calling_stream() +@pytest.mark.skip("Flaky ollama test - needs to be fixed") def test_completion_ollama_hosted_stream(): try: litellm.set_verbose = True