Unverified Commit 0f95a1c3 authored by Nicolò Lucchesi's avatar Nicolò Lucchesi Committed by GitHub
Browse files

[CI] Fix flaky `test_two_responses_with_same_prev_id` test (#27745)


Signed-off-by: default avatarNickLucche <nlucches@redhat.com>
parent ded24e3e
...@@ -6,7 +6,7 @@ import pytest_asyncio ...@@ -6,7 +6,7 @@ import pytest_asyncio
from tests.utils import RemoteOpenAIServer from tests.utils import RemoteOpenAIServer
# Use a small reasoning model to test the responses API. # Use a small reasoning model to test the responses API.
MODEL_NAME = "Qwen/Qwen3-0.6B" MODEL_NAME = "Qwen/Qwen3-1.7B"
@pytest.fixture(scope="module") @pytest.fixture(scope="module")
......
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