Unverified Commit 88d953bf authored by Olga Andreeva's avatar Olga Andreeva Committed by GitHub
Browse files

test: Temporary exclude kvbm tests from vllm, nightly, gpu1... (#2611)

parent 8e8152a1
...@@ -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,
] ]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment