skip litellm.Timeout error

This commit is contained in:
Ishaan Jaff 2024-08-27 21:32:27 -07:00
parent 97e09dd3cc
commit 3ee144a03c

View file

@ -1330,6 +1330,8 @@ async def test_bedrock_httpx_streaming(sync_mode, model, region):
except RateLimitError as e:
print("got rate limit error=", e)
pass
except litellm.Timeout:
pass
except Exception as e:
pytest.fail(f"Error occurred: {e}")