From 2b7a64ee288b221d24273bd312265e76ee0e6281 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 13 Aug 2024 21:36:16 -0700 Subject: [PATCH] test(test_proxy_server.py): skip local test --- litellm/tests/test_proxy_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_proxy_server.py b/litellm/tests/test_proxy_server.py index 92202565714..9a1c0912675 100644 --- a/litellm/tests/test_proxy_server.py +++ b/litellm/tests/test_proxy_server.py @@ -968,7 +968,7 @@ async def test_user_info_team_list(prisma_client): mock_client.assert_called() -# @pytest.mark.skip(reason="Local test") +@pytest.mark.skip(reason="Local test") @pytest.mark.asyncio async def test_add_callback_via_key(prisma_client): """