mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
fix testing - langfuse apis are flaky, we unit test team / key based logging in test_langfuse_unit_tests.py
This commit is contained in:
parent
139dbe4a96
commit
901e4f9cdc
1 changed files with 3 additions and 1 deletions
|
@ -67,7 +67,9 @@ async def chat_completion(session, key, model="azure-gpt-3.5", request_metadata=
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
@pytest.mark.flaky(retries=6, delay=1)
|
@pytest.mark.skip(
|
||||||
|
reason="langfuse apis are flaky, we unit test team / key based logging in test_langfuse_unit_tests.py"
|
||||||
|
)
|
||||||
async def test_team_logging():
|
async def test_team_logging():
|
||||||
"""
|
"""
|
||||||
1. Add Langfuse as a callback with /config/update
|
1. Add Langfuse as a callback with /config/update
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue