diff --git a/.buildkite/test-amd.yaml b/.buildkite/test-amd.yaml index 151580ca1..18ad5849c 100644 --- a/.buildkite/test-amd.yaml +++ b/.buildkite/test-amd.yaml @@ -517,8 +517,7 @@ steps: - tests/samplers - tests/conftest.py commands: - - pytest -v -s samplers - - VLLM_USE_FLASHINFER_SAMPLER=1 pytest -v -s samplers + - pytest -v -s -m 'not skip_v1' samplers - label: LoRA Test %N # 20min each timeout_in_minutes: 30