mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
(ci/cd) fix test_proxy_load_test_db
This commit is contained in:
parent
2ecb649302
commit
928f7f8fe1
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
Add a link
Reference in a new issue