From b5299d946d798a1804abaefa5b07b71afdfb7928 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 28 Sep 2023 20:09:19 -0700 Subject: [PATCH] flaky bedrock test --- litellm/tests/test_streaming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_streaming.py b/litellm/tests/test_streaming.py index 59497243382..b628e959d1d 100644 --- a/litellm/tests/test_streaming.py +++ b/litellm/tests/test_streaming.py @@ -650,7 +650,7 @@ def test_completion_replicate_stream_bad_key(): # except Exception as e: # pytest.fail(f"Error occurred: {e}") -test_completion_bedrock_ai21_stream() +# test_completion_bedrock_ai21_stream() def test_completion_sagemaker_stream():