mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
fix(tests): add flaky marker to test_async_increment_tokens_with_ttl_preservation
This commit is contained in:
parent
58a9f56f83
commit
c2123105e9
1 changed files with 1 additions and 0 deletions
|
|
@ -1116,6 +1116,7 @@ async def test_dynamic_rate_limiting_v3():
|
|||
), "RPM limit should be enforced when dynamic mode and failures detected"
|
||||
|
||||
|
||||
@pytest.mark.flaky(reruns=3)
|
||||
@pytest.mark.asyncio
|
||||
async def test_async_increment_tokens_with_ttl_preservation():
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue