[CI/Build] Disable test_gptoss_tp.py in 'LoRA TP Test' group for ROCm platform (#29204)

Signed-off-by: qli88 <qiang.li2@amd.com>
This commit is contained in:
qli88 2025-11-21 19:36:19 -06:00 committed by GitHub
parent 5c8f2adf50
commit 1ef9c9e294
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1319,7 +1319,10 @@ steps:
- pytest -v -s -x lora/test_llama_tp.py
- pytest -v -s -x lora/test_llm_with_multi_loras.py
- pytest -v -s -x lora/test_olmoe_tp.py
- pytest -v -s -x lora/test_gptoss_tp.py
# Disabled for now because MXFP4 backend on non-cuda platform
# doesn't support LoRA yet
#- pytest -v -s -x lora/test_gptoss_tp.py
- label: Weight Loading Multiple GPU Test # 33min