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

Signed-off-by: NickLucche <nlucches@redhat.com>
This commit is contained in:
Nicolò Lucchesi 2025-08-14 13:34:34 +02:00 committed by GitHub
parent 0783f13960
commit 540d54ca8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,9 +80,6 @@ async def test_bad_requests(mary_had_lamb):
async def test_long_audio_request(mary_had_lamb, model_name):
server_args = ["--enforce-eager"]
if model_name.startswith("openai"):
return
mary_had_lamb.seek(0)
audio, sr = librosa.load(mary_had_lamb)
# Add small silence after each audio for repeatability in the split process