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): """