fix flaky tests

This commit is contained in:
Ishaan Jaff 2024-08-27 22:47:11 -07:00
parent 0f999524c9
commit 64398fe123
4 changed files with 4 additions and 0 deletions

View file

@ -142,6 +142,7 @@ async def test_acompletion_caching_on_router():
@pytest.mark.asyncio
@pytest.mark.flaky(retries=3, delay=1)
async def test_completion_caching_on_router():
# tests completion + caching on router
try: