test: skip test with expired token

This commit is contained in:
Krrish Dholakia 2024-02-28 13:13:59 -08:00
parent 1f28867d20
commit e77d3419c1

View file

@ -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