fix(tests): add flaky marker to test_async_increment_tokens_with_ttl_preservation

This commit is contained in:
Ishaan Jaffer 2026-02-21 11:27:44 -08:00
parent 58a9f56f83
commit c2123105e9

View file

@ -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():
"""