From cb7f380829539d079db8251bc95461f9abb40da2 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 15 Feb 2024 17:25:30 -0800 Subject: [PATCH] (fix) custom api testing --- litellm/tests/test_custom_api_logger.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/tests/test_custom_api_logger.py b/litellm/tests/test_custom_api_logger.py index 063dfa3e3e..bddce9a087 100644 --- a/litellm/tests/test_custom_api_logger.py +++ b/litellm/tests/test_custom_api_logger.py @@ -18,6 +18,7 @@ import pytest @pytest.mark.asyncio +@pytest.mark.skip(reason="new beta feature, will be testing in our ci/cd soon") async def test_custom_api_logging(): try: litellm.success_callback = ["generic"]