Skip to content

Commit dbc18e7

Browse files
authored
[CI][TPU] Skip Multimodal test (#17488)
Signed-off-by: Siyuan Liu <[email protected]>
1 parent 02bd654 commit dbc18e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/v1/tpu/test_multimodal.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ def base64_encoded_image() -> dict[str, str]:
3232
async def test_basic_vision(model_name: str, base64_encoded_image: dict[str,
3333
str]):
3434

35+
pytest.skip("Skip this test until it's fixed.")
36+
3537
def whats_in_this_image_msg(b64):
3638
return [{
3739
"role":

0 commit comments

Comments
 (0)