Merge pull request #4857 from Manouchehri/improve-oidc-tests-5

(test_embedding.py) - Re-enable embedding test with Azure OIDC.
This commit is contained in:
Ishaan Jaff 2024-07-24 09:48:01 -07:00 committed by GitHub
commit 9c2c231c7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -197,11 +197,10 @@ 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.skip(reason="Temporarily skipping this test.")
@pytest.mark.skipif(
os.environ.get("CIRCLE_OIDC_TOKEN") is None,
reason="Cannot run without being in CircleCI Runner",
)
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"