From 825c7fe3762add0ae98ede649965978e35a5b9fe Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Mon, 26 Feb 2024 18:56:43 -0800 Subject: [PATCH] (test) clickhouse --- litellm/tests/test_clickhouse_logger.py | 1 + 1 file changed, 1 insertion(+) 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"]