Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
0f95a1c3
Unverified
Commit
0f95a1c3
authored
Oct 29, 2025
by
Nicolò Lucchesi
Committed by
GitHub
Oct 29, 2025
Browse files
[CI] Fix flaky `test_two_responses_with_same_prev_id` test (#27745)
Signed-off-by:
NickLucche
<
nlucches@redhat.com
>
parent
ded24e3e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/v1/entrypoints/openai/responses/conftest.py
tests/v1/entrypoints/openai/responses/conftest.py
+1
-1
No files found.
tests/v1/entrypoints/openai/responses/conftest.py
View file @
0f95a1c3
...
...
@@ -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.6
B"
MODEL_NAME
=
"Qwen/Qwen3-
1.7
B"
@
pytest
.
fixture
(
scope
=
"module"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment