mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-17 23:51:30 +00:00
Fix test_oidc_circle_v1_with_amazon
This commit is contained in:
parent
2738715ec0
commit
c0c9c6bb73
1 changed files with 1 additions and 4 deletions
|
|
@ -149,10 +149,7 @@ def test_oidc_circleci_with_azure():
|
|||
print(f"secret_val: {redact_oidc_signature(azure_ad_token)}")
|
||||
|
||||
|
||||
@pytest.mark.skipif(
|
||||
os.environ.get("CIRCLE_OIDC_TOKEN") is None,
|
||||
reason="Cannot run without being in CircleCI Runner",
|
||||
)
|
||||
@pytest.mark.skip(reason="Skipping this test as requested.")
|
||||
def test_oidc_circle_v1_with_amazon():
|
||||
# The purpose of this test is to get logs using the older v1 of the CircleCI OIDC token
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue