diff --git a/tests/test_litellm/proxy/hooks/test_parallel_request_limiter_v3.py b/tests/test_litellm/proxy/hooks/test_parallel_request_limiter_v3.py index 02d51cc4a82..87494368a89 100644 --- a/tests/test_litellm/proxy/hooks/test_parallel_request_limiter_v3.py +++ b/tests/test_litellm/proxy/hooks/test_parallel_request_limiter_v3.py @@ -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(): """