Skip to content

Commit 23d627e

Browse files
Ark-kuncopybara-github
authored andcommitted
chore: GenAI - Suppressed the test_generate_content_from_remote_image system test that stopped working due to service-side change
PiperOrigin-RevId: 599584818
1 parent 96212ce commit 23d627e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/system/vertexai/test_generative_models.py

+3
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ def test_generate_content_from_list_of_content_dict(self):
9797
)
9898
assert response.text
9999

100+
@pytest.mark.skip(
101+
reason="Breaking change in the gemini-pro-vision model. See b/315803556#comment3"
102+
)
100103
def test_generate_content_from_remote_image(self):
101104
vision_model = generative_models.GenerativeModel("gemini-pro-vision")
102105
image_part = generative_models.Part.from_uri(

0 commit comments

Comments
 (0)