[MM] Skip VMM error gathers for text-only requests (#40005)

Co-authored-by: metamergebot <324680979+metamergebot@users.noreply.github.com>
Co-authored-by: Jialin Ouyang <Jialin.Ouyang@gmail.com>
Co-authored-by: Lianmin Zheng <lianminzheng@gmail.com>
This commit is contained in:
metamergebot
2026-09-18 16:00:43 -07:00
committed by GitHub
co-authored by metamergebot Jialin Ouyang Lianmin Zheng
parent 803f0c93d2
commit 5e4b94b134
2 changed files with 8 additions and 4 deletions
@@ -9,6 +9,7 @@ from unittest.mock import AsyncMock, MagicMock, call, patch
import torch
from sglang.test.ci.ci_register import register_cpu_ci
from sglang.test.test_utils import CustomTestCase
register_cpu_ci(est_time=11, suite="base-a-test-cpu")
@@ -760,7 +761,7 @@ class TestCudaVmmFeatureTransport(unittest.TestCase):
self.assertIs(transport.pool, pool)
class TestSchedulerMmTransportBoundary(unittest.TestCase):
class TestSchedulerMmTransportBoundary(CustomTestCase):
def _publish(self, **fields):
from sglang.srt.runtime_context import get_context