fix: disable gpt-oss b200 ut (#10716)

This commit is contained in:
Yineng Zhang
2025-09-21 17:02:25 -07:00
committed by GitHub
parent 56321e9fc2
commit 2f18602f13

View File

@@ -152,7 +152,7 @@ suites = {
TestFile("test_full_deepseek_v3.py", 333),
],
"per-commit-4-gpu-b200": [
TestFile("test_gpt_oss_4gpu.py", 600),
# TestFile("test_gpt_oss_4gpu.py", 600),
TestFile("test_deepseek_v3_fp4_4gpu.py", 600),
],
"per-commit-4-gpu-deepep": [