From 14eb8c374b1618cf262bb975142f9739a0b9b9f7 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 17 Apr 2024 19:14:41 -0700 Subject: [PATCH] test(test_completion.py): skip local test --- litellm/tests/test_completion.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index aba8b4559..fff346425 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -33,6 +33,7 @@ def reset_callbacks(): litellm.callbacks = [] +@pytest.mark.skip(reason="Local test") def test_response_model_none(): """ Addresses - https://github.com/BerriAI/litellm/issues/2972