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
dynamo
Commits
88d953bf
"docs/vscode:/vscode.git/clone" did not exist on "09f2314df031aab007f1fde8506966f34ae0c6fa"
Unverified
Commit
88d953bf
authored
Aug 21, 2025
by
Olga Andreeva
Committed by
GitHub
Aug 21, 2025
Browse files
test: Temporary exclude kvbm tests from vllm, nightly, gpu1... (#2611)
parent
8e8152a1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
tests/kvbm/test_determinism.py
tests/kvbm/test_determinism.py
+5
-4
No files found.
tests/kvbm/test_determinism.py
View file @
88d953bf
...
@@ -28,12 +28,13 @@ import pytest
...
@@ -28,12 +28,13 @@ import pytest
import
requests
import
requests
# Test markers to align with repository conventions
# Test markers to align with repository conventions
# Todo: enable the rest when kvbm is built in the ci
pytestmark
=
[
pytestmark
=
[
pytest
.
mark
.
kvbm
,
pytest
.
mark
.
kvbm
,
pytest
.
mark
.
e2e
,
#
pytest.mark.e2e,
pytest
.
mark
.
slow
,
#
pytest.mark.slow,
pytest
.
mark
.
nightly
,
#
pytest.mark.nightly,
pytest
.
mark
.
gpu_1
,
#
pytest.mark.gpu_1,
]
]
...
...
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