Skip to content

Commit

Permalink
marked test as skipped (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkuligin committed Apr 12, 2024
1 parent 42c12de commit 3d253a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/vertexai/tests/integration_tests/test_chat_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand Down

0 comments on commit 3d253a8

Please sign in to comment.