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