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