test(test_streaming.py): handle predibase instability

This commit is contained in:
Krrish Dholakia 2024-07-30 15:32:36 -07:00
parent ec6db03c41
commit e1cbb397fe

View file

@ -571,6 +571,8 @@ async def test_completion_predibase_streaming(sync_mode):
pass
except litellm.InternalServerError as e:
pass
except litellm.ServiceUnavailableError as e:
pass
except Exception as e:
print("ERROR class", e.__class__)
print("ERROR message", e)