diff --git a/.buildkite/run-cpu-test.sh b/.buildkite/run-cpu-test.sh index 85a27cd0e30d1..ca5e8083831e1 100644 --- a/.buildkite/run-cpu-test.sh +++ b/.buildkite/run-cpu-test.sh @@ -81,7 +81,6 @@ function cpu_tests() { set -e pytest -s -v \ tests/lora/test_qwen2vl.py \ - tests/lora/test_lora_bias_e2e.py" } # All of CPU tests are expected to be finished less than 25 mins.