mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
testing skip internal server errors
This commit is contained in:
parent
8564d5da34
commit
6d191b48ba
1 changed files with 2 additions and 0 deletions
|
|
@ -229,6 +229,8 @@ async def test_aimage_generation_vertex_ai(sync_mode):
|
|||
pass
|
||||
except litellm.RateLimitError as e:
|
||||
pass
|
||||
except litellm.InternalServerError as e:
|
||||
pass
|
||||
except litellm.ContentPolicyViolationError:
|
||||
pass # Azure randomly raises these errors - skip when they occur
|
||||
except Exception as e:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue