From 4b89397136db8ceee828bbff433211f6e5cadca3 Mon Sep 17 00:00:00 2001 From: David Manouchehri Date: Wed, 24 Jul 2024 15:42:57 +0000 Subject: [PATCH] (tests) - Skip embedding Azure AD test for now. --- litellm/tests/test_embedding.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/litellm/tests/test_embedding.py b/litellm/tests/test_embedding.py index a5a2adb75..fb707ad5e 100644 --- a/litellm/tests/test_embedding.py +++ b/litellm/tests/test_embedding.py @@ -197,10 +197,11 @@ def test_openai_azure_embedding(): pytest.fail(f"Error occurred: {e}") -@pytest.mark.skipif( - os.environ.get("CIRCLE_OIDC_TOKEN") is None, - reason="Cannot run without being in CircleCI Runner", -) +# @pytest.mark.skipif( +# os.environ.get("CIRCLE_OIDC_TOKEN") is None, +# reason="Cannot run without being in CircleCI Runner", +# ) +@pytest.mark.skip(reason="Temporarily skipping this test.") def test_openai_azure_embedding_with_oidc_and_cf(): # TODO: Switch to our own Azure account, currently using ai.moda's account os.environ["AZURE_TENANT_ID"] = "17c0a27a-1246-4aa1-a3b6-d294e80e783c"