From ca8b87915fddb8cfc61e3846679256acf1d1ad60 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Wed, 27 Dec 2023 18:43:49 +0530 Subject: [PATCH] (test) langfuse - mark beta test --- litellm/tests/test_alangfuse.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/tests/test_alangfuse.py b/litellm/tests/test_alangfuse.py index eaae811b2..fded026e2 100644 --- a/litellm/tests/test_alangfuse.py +++ b/litellm/tests/test_alangfuse.py @@ -99,6 +99,7 @@ def pre_langfuse_setup(): return +@pytest.mark.skip(reason="beta test - checking langfuse output") def test_langfuse_logging_async(): try: pre_langfuse_setup()