From c2123105e9cd3409aa02ff3267de5e9c6fb5c8d0 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Sat, 21 Feb 2026 11:27:44 -0800 Subject: [PATCH] fix(tests): add flaky marker to test_async_increment_tokens_with_ttl_preservation --- .../test_litellm/proxy/hooks/test_parallel_request_limiter_v3.py | 1 + 1 file changed, 1 insertion(+) 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(): """