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
b8ff0536
Unverified
Commit
b8ff0536
authored
Aug 14, 2025
by
Lucas Wilkinson
Committed by
GitHub
Aug 14, 2025
Browse files
[CI] Temporarily disable flaky test (#22930)
Signed-off-by:
Lucas Wilkinson
<
lwilkins@redhat.com
>
parent
637093ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
tests/v1/e2e/test_spec_decode.py
tests/v1/e2e/test_spec_decode.py
+6
-0
No files found.
tests/v1/e2e/test_spec_decode.py
View file @
b8ff0536
...
@@ -162,6 +162,12 @@ def test_eagle_correctness(
...
@@ -162,6 +162,12 @@ def test_eagle_correctness(
mm_enabled
:
bool
,
mm_enabled
:
bool
,
attn_backend
:
str
,
attn_backend
:
str
,
):
):
if
attn_backend
==
"TREE_ATTN"
:
# TODO: Fix this flaky test
pytest
.
skip
(
"TREE_ATTN is flaky in the test disable for now until it can be "
"reolved (see https://github.com/vllm-project/vllm/issues/22922)"
)
# Generate test prompts inside the function instead of using fixture
# Generate test prompts inside the function instead of using fixture
test_prompts
=
get_test_prompts
(
mm_enabled
)
test_prompts
=
get_test_prompts
(
mm_enabled
)
'''
'''
...
...
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