mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
test_langfuse_logging_audio_transcriptions
This commit is contained in:
parent
d36152f9eb
commit
8ef5b4e94c
1 changed files with 3 additions and 0 deletions
|
@ -269,6 +269,9 @@ audio_file = open(file_path, "rb")
|
|||
|
||||
@pytest.mark.asyncio
|
||||
@pytest.mark.flaky(retries=4, delay=2)
|
||||
@pytest.mark.skip(
|
||||
reason="langfuse now takes 5-10 mins to get this trace. Need to figure out how to test this"
|
||||
)
|
||||
async def test_langfuse_logging_audio_transcriptions(langfuse_client):
|
||||
"""
|
||||
Test that creates a trace with masked input and output
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue