From 3d253a8123519bb583dd5faab00e330cf470cde0 Mon Sep 17 00:00:00 2001 From: Leonid Kuligin Date: Fri, 12 Apr 2024 19:49:11 +0200 Subject: [PATCH] marked test as skipped (#154) --- libs/vertexai/tests/integration_tests/test_chat_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/vertexai/tests/integration_tests/test_chat_models.py b/libs/vertexai/tests/integration_tests/test_chat_models.py index 75a51dcc..7c36ab9e 100644 --- a/libs/vertexai/tests/integration_tests/test_chat_models.py +++ b/libs/vertexai/tests/integration_tests/test_chat_models.py @@ -142,7 +142,7 @@ def test_multimodal() -> None: assert isinstance(output.content, str) -@pytest.mark.release +@pytest.mark.xfail(reason="Gemini issue") def test_multimodal_history() -> None: llm = ChatVertexAI(model_name="gemini-pro-vision") gcs_url = (