From dbc18e78165e72291703f6aaf991267fbbc19d2d Mon Sep 17 00:00:00 2001 From: Siyuan Liu Date: Wed, 30 Apr 2025 19:51:39 -0700 Subject: [PATCH] [CI][TPU] Skip Multimodal test (#17488) Signed-off-by: Siyuan Liu --- tests/v1/tpu/test_multimodal.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/v1/tpu/test_multimodal.py b/tests/v1/tpu/test_multimodal.py index eb62e0e4b201a..dbd2e220451c4 100644 --- a/tests/v1/tpu/test_multimodal.py +++ b/tests/v1/tpu/test_multimodal.py @@ -32,6 +32,8 @@ def base64_encoded_image() -> dict[str, str]: async def test_basic_vision(model_name: str, base64_encoded_image: dict[str, str]): + pytest.skip("Skip this test until it's fixed.") + def whats_in_this_image_msg(b64): return [{ "role":