From 5f225e3a88179c8ad32a4bacc7634d9b76f89dec Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Mon, 4 Mar 2024 22:33:45 -0800 Subject: [PATCH] test(test_streaming.py): skip flaky 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 adf93b4cc5c..c513447b02e 100644 --- a/litellm/tests/test_streaming.py +++ b/litellm/tests/test_streaming.py @@ -727,6 +727,7 @@ def test_completion_claude_stream_bad_key(): # pytest.fail(f"Error occurred: {e}") +@pytest.mark.skip(reason="Replicate changed exceptions") def test_completion_replicate_stream_bad_key(): try: api_key = "bad-key"