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
85686500
Unverified
Commit
85686500
authored
May 14, 2025
by
Robert Shaw
Committed by
GitHub
May 14, 2025
Browse files
[CI] Disable Failing Tests (#18165)
parent
f9c069c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
tests/spec_decode/e2e/test_eagle_correctness.py
tests/spec_decode/e2e/test_eagle_correctness.py
+2
-0
tests/v1/engine/test_engine_core_client.py
tests/v1/engine/test_engine_core_client.py
+2
-0
No files found.
tests/spec_decode/e2e/test_eagle_correctness.py
View file @
85686500
...
@@ -178,6 +178,8 @@ def test_eagle_e2e_greedy_correctness_cuda_graph(
...
@@ -178,6 +178,8 @@ def test_eagle_e2e_greedy_correctness_cuda_graph(
batch_size
,
output_len
,
seed
)
batch_size
,
output_len
,
seed
)
# TRACKING: https://github.com/vllm-project/vllm/issues/18166
@
pytest
.
mark
.
skip
(
reason
=
"RE-ENABLE: Failing on main."
)
@
pytest
.
mark
.
parametrize
(
@
pytest
.
mark
.
parametrize
(
"common_llm_kwargs"
,
"common_llm_kwargs"
,
[{
[{
...
...
tests/v1/engine/test_engine_core_client.py
View file @
85686500
...
@@ -256,6 +256,8 @@ async def test_engine_core_client_asyncio(monkeypatch: pytest.MonkeyPatch):
...
@@ -256,6 +256,8 @@ async def test_engine_core_client_asyncio(monkeypatch: pytest.MonkeyPatch):
client
.
shutdown
()
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
(
@
pytest
.
mark
.
parametrize
(
"multiprocessing_mode,publisher_config"
,
"multiprocessing_mode,publisher_config"
,
[(
True
,
"tcp"
),
(
False
,
"inproc"
)],
[(
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