diff --git a/litellm/tests/test_router.py b/litellm/tests/test_router.py index 6e58a04f9e6..b8307c39d2a 100644 --- a/litellm/tests/test_router.py +++ b/litellm/tests/test_router.py @@ -2254,6 +2254,7 @@ def test_router_dynamic_cooldown_correct_retry_after_time(sync_mode): assert response_headers["retry-after"] == cooldown_time +@pytest.mark.skip(reason="needs more work. fix in separate PR.") def test_router_dynamic_cooldown_message_retry_time(): """ User feedback: litellm says "No deployments available for selected model, Try again in 60 seconds"