From 1419bcc39e1cfdcdf2fab9581851d8cf92dbfb8f Mon Sep 17 00:00:00 2001 From: Alison Shao <54658187+alisonshao@users.noreply.github.com> Date: Tue, 12 May 2026 12:28:33 -0700 Subject: [PATCH] [CI] Temporarily disable multimodal-gen test_update_weights_from_disk (flaky) (#25032) --- python/sglang/multimodal_gen/test/run_suite.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python/sglang/multimodal_gen/test/run_suite.py b/python/sglang/multimodal_gen/test/run_suite.py index 1c7c41be4..50ff4527f 100644 --- a/python/sglang/multimodal_gen/test/run_suite.py +++ b/python/sglang/multimodal_gen/test/run_suite.py @@ -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.