We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed53c69 commit 316e466Copy full SHA for 316e466
tests/unit/aiplatform/test_vision_models.py
@@ -773,7 +773,7 @@ def test_edit_image_with_capability_mode(self):
773
"reference_image_control_config_4"
774
] == str(control_config)
775
776
- @unittest.skip(reason="b/295946075 The service stopped supporting image sizes.")
+ @pytest.mark.skip(reason="b/295946075 The service stopped supporting image sizes.")
777
def test_generate_images_requests_square_images_by_default(self):
778
"""Tests that the model class generates square image by default."""
779
model = self._get_image_generation_model()
0 commit comments