mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-09 13:09:18 +00:00
73075c7d24
- Add missing @pytest.mark.asyncio decorator - Implement retry logic with exponential backoff (3 retries) - Only retry on transient Azure internal server errors - Fail immediately on non-transient errors This fixes the flaky test_azure_img_gen_health_check which was failing due to transient Azure internal server errors that are outside our control.