forked from phoenix/litellm-mirror
Update test_bedrock_completion.py
cc @Manouchehri - can u lmk what needs to be in our env to pass this test ?
attaching the test log here: cda0de1d
-3851-469c-8851-ef12dc27fab2/jobs/20819/tests#failed-test-0
This commit is contained in:
parent
732d4496fe
commit
d77aea7253
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ def test_completion_bedrock_claude_sts_client_auth():
|
|||
|
||||
# test_completion_bedrock_claude_sts_client_auth()
|
||||
|
||||
@pytest.mark.skipif(os.environ.get('CIRCLE_OIDC_TOKEN_V2') is None, reason="CIRCLE_OIDC_TOKEN_V2 is not set")
|
||||
@pytest.mark.skip(reason="We don't have Circle CI OIDC credentials as yet")
|
||||
def test_completion_bedrock_claude_sts_oidc_auth():
|
||||
print("\ncalling bedrock claude with oidc auth")
|
||||
import os
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue