mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-01 00:21:55 +08:00
[CI] Fix flaky test_two_responses_with_same_prev_id test (#27745)
Signed-off-by: NickLucche <nlucches@redhat.com>
This commit is contained in:
parent
ded24e3e54
commit
0f95a1c3f2
@ -6,7 +6,7 @@ import pytest_asyncio
|
||||
from tests.utils import RemoteOpenAIServer
|
||||
|
||||
# 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")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user