[CI] Temporarily disable multimodal-gen test_update_weights_from_disk (flaky) (#25032)

This commit is contained in:
Alison Shao
2026-05-12 12:28:33 -07:00
committed by GitHub
parent 538832c8b7
commit 1419bcc39e
@@ -85,7 +85,9 @@ PARAMETRIZED_CASE_GROUPS = {
STANDALONE_FILES = {
"1-gpu": [
"../cli/test_generate_t2i_perf.py",
"test_update_weights_from_disk.py",
# Temporarily disabled: 24 timeout failures since 2026-04-09 across
# multimodal-gen-test-1-gpu. Re-enable after the flakiness is fixed.
# "test_update_weights_from_disk.py",
],
"2-gpu": [
"test_disagg_server.py",
@@ -98,7 +100,8 @@ STANDALONE_FILES = {
STANDALONE_FILE_EST_TIMES = {
"1-gpu": {
"../cli/test_generate_t2i_perf.py": 240.0,
"test_update_weights_from_disk.py": 480.0,
# See STANDALONE_FILES note above — temporarily disabled.
# "test_update_weights_from_disk.py": 480.0,
},
"2-gpu": {
# Two disagg clusters × (~3 min startup + ~1 min generate) ≈ 8 min.