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