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
74303896
Unverified
Commit
74303896
authored
Mar 31, 2026
by
Nicolò Lucchesi
Committed by
GitHub
Mar 31, 2026
Browse files
[Bugfix][CI] Skip flaky `test_eagle` test (#38566)
Signed-off-by:
NickLucche
<
nlucches@redhat.com
>
parent
202f147c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
tests/v1/distributed/test_eagle_dp.py
tests/v1/distributed/test_eagle_dp.py
+8
-1
No files found.
tests/v1/distributed/test_eagle_dp.py
View file @
74303896
...
@@ -23,9 +23,16 @@ else:
...
@@ -23,9 +23,16 @@ else:
@
pytest
.
mark
.
asyncio
@
pytest
.
mark
.
asyncio
@
pytest
.
mark
.
parametrize
(
"attn_backend"
,
ATTN_BACKENDS
)
@
pytest
.
mark
.
parametrize
(
"attn_backend"
,
ATTN_BACKENDS
)
@
pytest
.
mark
.
xfail
(
not
current_platform
.
is_rocm
(),
reason
=
"EAGLE + DP > 1 produces wrong outputs when async spec decode "
"correction is active. Root cause under investigation. "
"See: https://github.com/vllm-project/vllm/issues/31913"
,
strict
=
False
,
)
@
pytest
.
mark
.
xfail
(
@
pytest
.
mark
.
xfail
(
current_platform
.
is_rocm
(),
current_platform
.
is_rocm
(),
reason
=
"Test may fail on ROCm until batch invariance is enabled."
reason
=
"Test may fail on ROCm until batch invariance is enabled.
"
"See: https://github.com/vllm-project/vllm/issues/27433"
,
"See: https://github.com/vllm-project/vllm/issues/27433"
,
strict
=
False
,
strict
=
False
,
)
)
...
...
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