From e4c9f9693b911c308067b58deddd7e29dd978fea Mon Sep 17 00:00:00 2001 From: yuneng-jiang Date: Thu, 12 Feb 2026 16:40:42 -0800 Subject: [PATCH] DO NOT MERGE TO MAIN - skipping tests without model access --- tests/llm_translation/test_openai.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/llm_translation/test_openai.py b/tests/llm_translation/test_openai.py index f02f6974604..d50dfede37f 100644 --- a/tests/llm_translation/test_openai.py +++ b/tests/llm_translation/test_openai.py @@ -539,7 +539,7 @@ async def test_openai_codex_stream(sync_mode): assert complete_response.choices[0].message.content is not None - +@pytest.mark.skip(reason="Skipping, needs access to gpt-5-codex-mini.") @pytest.mark.parametrize("sync_mode", [True, False]) @pytest.mark.asyncio async def test_openai_codex(sync_mode):