From ae41c0df827db3cca27c4c2132c271bafe6771bf Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 19 Sep 2024 16:23:13 -0700 Subject: [PATCH] test fix test_multiple_deployments_sync --- litellm/tests/test_acooldowns_router.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/tests/test_acooldowns_router.py b/litellm/tests/test_acooldowns_router.py index ada6f3679fef..cad4d9e66972 100644 --- a/litellm/tests/test_acooldowns_router.py +++ b/litellm/tests/test_acooldowns_router.py @@ -50,6 +50,7 @@ } +@pytest.mark.flaky(retries=3, delay=1) def test_multiple_deployments_sync(): import concurrent import time