mark test_transcription as flaky
This commit is contained in:
parent
6e6cd05f69
commit
61b590f00c
@ -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
|
||||
):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user