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
de71fec8
Unverified
Commit
de71fec8
authored
May 15, 2025
by
David Xia
Committed by
GitHub
May 14, 2025
Browse files
[CI] don't skip fixed `test_kv_cache_events()` (#18183)
Signed-off-by:
David Xia
<
david@davidxia.com
>
parent
70f8b967
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
tests/v1/engine/test_engine_core_client.py
tests/v1/engine/test_engine_core_client.py
+0
-2
No files found.
tests/v1/engine/test_engine_core_client.py
View file @
de71fec8
...
...
@@ -256,8 +256,6 @@ async def test_engine_core_client_asyncio(monkeypatch: pytest.MonkeyPatch):
client
.
shutdown
()
# TRACKING: https://github.com/vllm-project/vllm/issues/18167
@
pytest
.
mark
.
skip
(
reason
=
"RE-ENABLE: this test is failing on main."
)
@
pytest
.
mark
.
parametrize
(
"multiprocessing_mode,publisher_config"
,
[(
True
,
"tcp"
),
(
False
,
"inproc"
)],
...
...
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