test_langfuse_logging_audio_transcriptions

This commit is contained in:
Ishaan Jaff 2024-12-27 14:34:08 -08:00
parent d36152f9eb
commit 8ef5b4e94c

View file

@ -269,6 +269,9 @@ audio_file = open(file_path, "rb")
@pytest.mark.asyncio @pytest.mark.asyncio
@pytest.mark.flaky(retries=4, delay=2) @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): async def test_langfuse_logging_audio_transcriptions(langfuse_client):
""" """
Test that creates a trace with masked input and output Test that creates a trace with masked input and output