Unverified Commit 899e2ef5 authored by Mark McLoughlin's avatar Mark McLoughlin Committed by GitHub
Browse files

[Core] Fix standalone runs of test_reset_prefix_cache_e2e (#29899)


Signed-off-by: default avatarMark McLoughlin <markmc@redhat.com>
parent 68eb5c8d
......@@ -11,7 +11,9 @@ PROMPTS = [
]
def test_reset_prefix_cache_e2e():
def test_reset_prefix_cache_e2e(monkeypatch):
# "spawn" is required for test to be deterministic
monkeypatch.setenv("VLLM_WORKER_MULTIPROC_METHOD", "spawn")
engine_args = EngineArgs(
model="Qwen/Qwen3-0.6B",
gpu_memory_utilization=0.2,
......
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