From 2e0ee8c72fe22760d54359a82b915acd7edda02c Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 31 Aug 2024 14:48:52 -0700 Subject: [PATCH] skip end of life model in test --- litellm/tests/test_streaming.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/tests/test_streaming.py b/litellm/tests/test_streaming.py index d2ef8aafc7b..1b8b4e08527 100644 --- a/litellm/tests/test_streaming.py +++ b/litellm/tests/test_streaming.py @@ -1545,6 +1545,7 @@ def test_completion_bedrock_claude_stream(): # test_completion_bedrock_claude_stream() +@pytest.mark.skip(reason="model end of life") def test_completion_bedrock_ai21_stream(): try: litellm.set_verbose = False