Skip to content

Commit 2429b48

Browse files
fix: 0.4.1 disable kvbm tests (#2635)
Co-authored-by: Olga Andreeva <124622579+oandreeva-nv@users.noreply.github.com>
1 parent 29fe420 commit 2429b48

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tests/kvbm/test_determinism.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@
2828
import requests
2929

3030
# Test markers to align with repository conventions
31+
# Todo: enable the rest when kvbm is built in the ci
3132
pytestmark = [
3233
pytest.mark.kvbm,
33-
pytest.mark.e2e,
34-
pytest.mark.slow,
35-
pytest.mark.nightly,
36-
pytest.mark.gpu_1,
34+
# pytest.mark.e2e,
35+
# pytest.mark.slow,
36+
# pytest.mark.nightly,
37+
# pytest.mark.gpu_1,
3738
]
3839

3940

0 commit comments

Comments
 (0)