Skip to content

Commit ebfefe6

Browse files
committed
(fix-ci-cd) skip deep infra 429 errors
1 parent e3cc0da commit ebfefe6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

litellm/tests/test_streaming.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,8 @@ def test_completion_deep_infra_stream():
541541
raise Exception("Empty response received")
542542
print(f"completion_response: {complete_response}")
543543
except Exception as e:
544+
if "Model busy, retry later" in str(e):
545+
pass
544546
pytest.fail(f"Error occurred: {e}")
545547

546548

0 commit comments

Comments
 (0)