mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
all e2e langfuse tests now run on test_langfuse_e2e_test.p
This commit is contained in:
parent
b965d9bd9a
commit
06a9829749
1 changed files with 1 additions and 0 deletions
|
@ -354,6 +354,7 @@ async def test_langfuse_masked_input_output(langfuse_client):
|
||||||
|
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
@pytest.mark.flaky(retries=12, delay=2)
|
@pytest.mark.flaky(retries=12, delay=2)
|
||||||
|
@pytest.mark.skip(reason="all e2e langfuse tests now run on test_langfuse_e2e_test.py")
|
||||||
async def test_aaalangfuse_logging_metadata(langfuse_client):
|
async def test_aaalangfuse_logging_metadata(langfuse_client):
|
||||||
"""
|
"""
|
||||||
Test that creates multiple traces, with a varying number of generations and sets various metadata fields
|
Test that creates multiple traces, with a varying number of generations and sets various metadata fields
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue