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 = (