Skip to content

Commit 3bc484c

Browse files
NickLuccheepwalsh
authored andcommitted
[CI] Re-enable transcriptions test_long_audio_request (vllm-project#22890)
Signed-off-by: NickLucche <[email protected]>
1 parent b4ff490 commit 3bc484c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/entrypoints/openai/test_transcription_validation.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ async def test_bad_requests(mary_had_lamb):
8080
async def test_long_audio_request(mary_had_lamb, model_name):
8181
server_args = ["--enforce-eager"]
8282

83-
if model_name.startswith("openai"):
84-
return
85-
8683
mary_had_lamb.seek(0)
8784
audio, sr = librosa.load(mary_had_lamb)
8885
# Add small silence after each audio for repeatability in the split process

0 commit comments

Comments
 (0)