forked from phoenix/litellm-mirror
test: mark flaky test
This commit is contained in:
parent
1a6831e091
commit
48834c9b63
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ class BaseLLMChatTest(ABC):
|
||||||
# relevant issue: https://github.com/BerriAI/litellm/issues/6741
|
# relevant issue: https://github.com/BerriAI/litellm/issues/6741
|
||||||
assert response.choices[0].message.content is not None
|
assert response.choices[0].message.content is not None
|
||||||
|
|
||||||
|
@pytest.mark.flaky(retries=6, delay=1)
|
||||||
def test_json_response_pydantic_obj(self):
|
def test_json_response_pydantic_obj(self):
|
||||||
litellm.set_verbose = True
|
litellm.set_verbose = True
|
||||||
from pydantic import BaseModel
|
from pydantic import BaseModel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue