From e77d3419c11c993ef276491ce0b169ecaab4e822 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 28 Feb 2024 13:13:59 -0800 Subject: [PATCH] test: skip test with expired token --- litellm/tests/test_bedrock_completion.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/tests/test_bedrock_completion.py b/litellm/tests/test_bedrock_completion.py index d672ca78011..5ac0cb43c7d 100644 --- a/litellm/tests/test_bedrock_completion.py +++ b/litellm/tests/test_bedrock_completion.py @@ -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