mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
test: skip flaky test
This commit is contained in:
parent
8eb7cb5300
commit
656f59258e
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