From 3e8d9fc80d8b593be30cfa54539013d753611daf Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sat, 27 Apr 2024 19:07:34 -0700 Subject: [PATCH] test: skip local test --- litellm/tests/test_embedding.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/litellm/tests/test_embedding.py b/litellm/tests/test_embedding.py index e9a86997b..69ddb39ff 100644 --- a/litellm/tests/test_embedding.py +++ b/litellm/tests/test_embedding.py @@ -483,6 +483,8 @@ def test_mistral_embeddings(): except Exception as e: pytest.fail(f"Error occurred: {e}") + +@pytest.mark.skip(reason="local test") def test_watsonx_embeddings(): try: litellm.set_verbose = True