mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
test: skip test with expired token
This commit is contained in:
parent
1f28867d20
commit
e77d3419c1
1 changed files with 1 additions and 0 deletions
|
|
@ -149,6 +149,7 @@ def test_completion_bedrock_claude_external_client_auth():
|
|||
# test_completion_bedrock_claude_external_client_auth()
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="Expired token, need to renew")
|
||||
def test_completion_bedrock_claude_sts_client_auth():
|
||||
print("\ncalling bedrock claude external client auth")
|
||||
import os
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue