From 61b590f00cec4035e21df5c589ff403f09da93ef Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 2 Dec 2024 23:34:28 -0800 Subject: [PATCH] mark test_transcription as flaky --- tests/local_testing/test_whisper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/local_testing/test_whisper.py b/tests/local_testing/test_whisper.py index 1e4d421bb3..90381e034c 100644 --- a/tests/local_testing/test_whisper.py +++ b/tests/local_testing/test_whisper.py @@ -56,6 +56,7 @@ from litellm import Router [("json", None), ("vtt", None), ("verbose_json", ["word"])], ) @pytest.mark.asyncio +@pytest.mark.flaky(retries=3, delay=1) async def test_transcription( model, api_key, api_base, response_format, sync_mode, timestamp_granularities ):