diff --git a/litellm/tests/test_streaming.py b/litellm/tests/test_streaming.py index 025ea812009..3f423318792 100644 --- a/litellm/tests/test_streaming.py +++ b/litellm/tests/test_streaming.py @@ -1683,6 +1683,7 @@ def test_completion_bedrock_mistral_stream(): pytest.fail(f"Error occurred: {e}") +@pytest.mark.skip(reason="stopped using TokenIterator") def test_sagemaker_weird_response(): """ When the stream ends, flush any remaining holding chunks.