mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
test(test_completion.py): skip unresponsive endpoint
This commit is contained in:
parent
2926d5a8eb
commit
9ef7afd2b4
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue