From 85e91167582ec567d50625eb9653c75affffdb29 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Wed, 28 Feb 2024 17:26:14 -0800 Subject: [PATCH] (ci/cd) aws disabled our test account :( --- litellm/tests/test_completion_cost.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/tests/test_completion_cost.py b/litellm/tests/test_completion_cost.py index b82cfd0a623..034048c633c 100644 --- a/litellm/tests/test_completion_cost.py +++ b/litellm/tests/test_completion_cost.py @@ -227,6 +227,7 @@ def test_cost_bedrock_pricing(): assert cost == predicted_cost +@pytest.mark.skip(reason="AWS disabled our access") def test_cost_bedrock_pricing_actual_calls(): litellm.set_verbose = True model = "anthropic.claude-instant-v1"