test: handle flaky tests locally - causing db timeout issues on circle ci

This commit is contained in:
Krrish Dholakia 2024-03-19 20:39:53 -07:00
parent f25b03326b
commit 066346b8c8
2 changed files with 2 additions and 0 deletions

View file

@ -443,6 +443,7 @@ async def test_key_info_spend_values_image_generation():
assert spend > 0
@pytest.mark.skip(reason="Frequent check on ci/cd leads to read timeout issue.")
@pytest.mark.asyncio
async def test_key_with_budgets():
"""

View file

@ -105,6 +105,7 @@ async def test_user_update():
pass
@pytest.mark.skip(reason="Frequent check on ci/cd leads to read timeout issue.")
@pytest.mark.asyncio
async def test_users_budgets_reset():
"""