Unverified Commit 9eec94b2 authored by Dmitry Tokarev's avatar Dmitry Tokarev Committed by GitHub
Browse files

chore: skip lmcache tests on cuda13 env (#7196)


Signed-off-by: default avatarDmitry Tokarev <dtokarev@nvidia.com>
parent 72e849e7
......@@ -117,7 +117,7 @@ vllm_configs = {
pytest.mark.gpu_1,
pytest.mark.pre_merge,
pytest.mark.timeout(360), # 3x estimated time (70s) + download time (150s)
pytest.mark.xfail(
pytest.mark.skipif(
_is_cuda13(),
reason="lmcache does not support CUDA 13 as of v0.3.11",
strict=False,
......@@ -139,7 +139,7 @@ vllm_configs = {
pytest.mark.gpu_1,
pytest.mark.pre_merge,
pytest.mark.timeout(360), # 3x estimated time (70s) + download time (150s)
pytest.mark.xfail(
pytest.mark.skipif(
_is_cuda13(),
reason="lmcache does not support CUDA 13 as of v0.3.11",
strict=False,
......
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