diff --git a/litellm/tests/test_embedding.py b/litellm/tests/test_embedding.py index 41846188c..d69e2d708 100644 --- a/litellm/tests/test_embedding.py +++ b/litellm/tests/test_embedding.py @@ -487,6 +487,9 @@ def test_mistral_embeddings(): # test_mistral_embeddings() +@pytest.mark.skip( + reason="Community maintained embedding provider - they are quite unstable" +) def test_voyage_embeddings(): try: litellm.set_verbose = True