diff --git a/.buildkite/test-pipeline.yaml b/.buildkite/test-pipeline.yaml index ef05cb99cf1f4..7b74bc9c3520f 100644 --- a/.buildkite/test-pipeline.yaml +++ b/.buildkite/test-pipeline.yaml @@ -200,7 +200,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