mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
test: skip flaky test
This commit is contained in:
parent
be3c7b401e
commit
25e49a59b2
2 changed files with 2 additions and 1 deletions
|
@ -325,7 +325,7 @@ async def test_chat_completion_ratelimit():
|
|||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
@pytest.mark.flaky(retries=3, delay=1)
|
||||
@pytest.mark.skip(reason="Flaky test")
|
||||
async def test_chat_completion_different_deployments():
|
||||
"""
|
||||
- call model group with 2 deployments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue