mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
test: skip test on end of life model
This commit is contained in:
parent
47ef1f9191
commit
017dd88910
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue