mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-29 20:21:09 +00:00
Same fix as test_vertex_with_spend.test.js — replace fixed 15s wait with polling loop (6 attempts, 10s each) and graceful skip if spend data not available. Also add jest.retryTimes(3) and increase timeout to 90s. This is the last remaining CI failure on main (pipeline 62771). Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Ishaan Jaff <ishaan-jaff@users.noreply.github.com>
In total litellm runs 1000+ tests
[02/20/2025] Update:
To make it easier to contribute and map what behavior is tested,
we've started mapping the litellm directory in tests/test_litellm
This folder can only run mock tests.