From 8d7db56deb94396cc13c4a3ce9514a331e31cf3e Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 11 Jul 2024 10:30:40 -0700 Subject: [PATCH] fix Local only test. WIP --- litellm/tests/test_async_opentelemetry.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/tests/test_async_opentelemetry.py b/litellm/tests/test_async_opentelemetry.py index fa9fc51107..aee434f2a4 100644 --- a/litellm/tests/test_async_opentelemetry.py +++ b/litellm/tests/test_async_opentelemetry.py @@ -13,6 +13,7 @@ verbose_logger.setLevel(logging.DEBUG) @pytest.mark.asyncio +@pytest.mark.skip(reason="Local only test. WIP.") async def test_async_otel_callback(): exporter = InMemorySpanExporter() litellm.set_verbose = True