Unverified Commit dbc18e78 authored by Siyuan Liu's avatar Siyuan Liu Committed by GitHub
Browse files

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


Signed-off-by: default avatarSiyuan Liu <lsiyuan@google.com>
parent 02bd6548
...@@ -32,6 +32,8 @@ def base64_encoded_image() -> dict[str, str]: ...@@ -32,6 +32,8 @@ def base64_encoded_image() -> dict[str, str]:
async def test_basic_vision(model_name: str, base64_encoded_image: dict[str, async def test_basic_vision(model_name: str, base64_encoded_image: dict[str,
str]): str]):
pytest.skip("Skip this test until it's fixed.")
def whats_in_this_image_msg(b64): def whats_in_this_image_msg(b64):
return [{ return [{
"role": "role":
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment