From 9ef7afd2b44108f0240c2f5255d16d0f5f062d58 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 27 Mar 2024 20:12:22 -0700 Subject: [PATCH] test(test_completion.py): skip unresponsive endpoint --- litellm/tests/test_completion.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index 6d579acc0f..e4d4479081 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -1107,6 +1107,7 @@ def test_completion_openai_litellm_key(): # test_ completion_openai_litellm_key() +@pytest.mark.skip(reason="Unresponsive endpoint.[TODO] Rehost this somewhere else") def test_completion_ollama_hosted(): try: litellm.request_timeout = 20 # give ollama 20 seconds to response