diff --git a/litellm/tests/test_clickhouse_logger.py b/litellm/tests/test_clickhouse_logger.py index c8341addb3d..02b236999d0 100644 --- a/litellm/tests/test_clickhouse_logger.py +++ b/litellm/tests/test_clickhouse_logger.py @@ -20,6 +20,7 @@ import pytest @pytest.mark.asyncio +@pytest.mark.skip(reason="beta test - this is a new feature") async def test_custom_api_logging(): try: litellm.success_callback = ["clickhouse"]