Skip to content

Commit d29830d

Browse files
WIP
1 parent 5bac613 commit d29830d

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
@@ -47,9 +47,6 @@ async def test_basic_audio(mary_had_lamb, model_name):
4747
if model_name.startswith("mistralai"):
4848
server_args += MISTRAL_FORMAT_ARGS
4949

50-
# TODO(PATRICK) - REMOVE AFTER RELEASE
51-
return # skip for now
52-
5350
# Based on https://github.com/openai/openai-cookbook/blob/main/examples/Whisper_prompting_guide.ipynb.
5451
with RemoteOpenAIServer(model_name, server_args) as remote_server:
5552
client = remote_server.get_async_client()

0 commit comments

Comments
 (0)