Unverified Commit 540d54ca authored by Nicolò Lucchesi's avatar Nicolò Lucchesi Committed by GitHub
Browse files

[CI] Re-enable transcriptions `test_long_audio_request` (#22890)


Signed-off-by: default avatarNickLucche <nlucches@redhat.com>
parent 0783f139
...@@ -80,9 +80,6 @@ async def test_bad_requests(mary_had_lamb): ...@@ -80,9 +80,6 @@ async def test_bad_requests(mary_had_lamb):
async def test_long_audio_request(mary_had_lamb, model_name): async def test_long_audio_request(mary_had_lamb, model_name):
server_args = ["--enforce-eager"] server_args = ["--enforce-eager"]
if model_name.startswith("openai"):
return
mary_had_lamb.seek(0) mary_had_lamb.seek(0)
audio, sr = librosa.load(mary_had_lamb) audio, sr = librosa.load(mary_had_lamb)
# Add small silence after each audio for repeatability in the split process # Add small silence after each audio for repeatability in the split process
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment