[CI][TPU] Skip Multimodal test (#17488)

Signed-off-by: Siyuan Liu <lsiyuan@google.com>
This commit is contained in:
Siyuan Liu 2025-04-30 19:51:39 -07:00 committed by GitHub
parent 02bd654846
commit dbc18e7816
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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":