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"]