mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
(ci/cd) fix test_proxy_load_test_db
This commit is contained in:
parent
eda736a890
commit
7cfa9c09c2
1 changed files with 1 additions and 1 deletions
|
|
@ -1687,7 +1687,7 @@ async def track_cost_callback_helper_fn(generated_key: str, user_id: str):
|
|||
)
|
||||
|
||||
|
||||
# @pytest.mark.skip(reason="High traffic load test for spend tracking")
|
||||
@pytest.mark.skip(reason="High traffic load test for spend tracking")
|
||||
@pytest.mark.asyncio
|
||||
async def test_proxy_load_test_db(prisma_client):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue