forked from phoenix/litellm-mirror
test: skip flaky test
This commit is contained in:
parent
be3c7b401e
commit
25e49a59b2
2 changed files with 2 additions and 1 deletions
|
@ -66,6 +66,7 @@ async def chat_completion(session, key, model="azure-gpt-3.5", request_metadata=
|
|||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
@pytest.mark.flaky(retries=3, delay=1)
|
||||
async def test_team_logging():
|
||||
"""
|
||||
1. Add Langfuse as a callback with /config/update
|
||||
|
|
|
@ -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