diff --git a/.buildkite/test-pipeline.yaml b/.buildkite/test-pipeline.yaml index 521faeedd415..e32c9798b31d 100644 --- a/.buildkite/test-pipeline.yaml +++ b/.buildkite/test-pipeline.yaml @@ -198,7 +198,6 @@ steps: - tests/v1 commands: # split the test to avoid interference - - export VLLM_WORKER_MULTIPROC_METHOD=spawn - VLLM_USE_V1=1 pytest -v -s v1/core - VLLM_USE_V1=1 pytest -v -s v1/engine - VLLM_USE_V1=1 pytest -v -s v1/sample