Skip to content

Commit

Permalink
marked test as skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
lkuligin committed Apr 12, 2024
1 parent 42c12de commit 386d091
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/vertexai/tests/integration_tests/test_chat_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ def test_multimodal() -> None:
assert isinstance(output.content, str)


@pytest.mark.xfail(reason="Gemini issue")
@pytest.mark.release
def test_multimodal_history() -> None:
llm = ChatVertexAI(model_name="gemini-pro-vision")
Expand Down

0 comments on commit 386d091

Please sign in to comment.