diff --git a/tests/test_keys.py b/tests/test_keys.py index 0419e9f8aec..eb1c55ca346 100644 --- a/tests/test_keys.py +++ b/tests/test_keys.py @@ -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(): """ diff --git a/tests/test_users.py b/tests/test_users.py index cccc6dd4ce8..a644f87616c 100644 --- a/tests/test_users.py +++ b/tests/test_users.py @@ -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(): """