Skip to content

Commit 316e466

Browse files
matthew29tangcopybara-github
authored andcommitted
chore: Fix failing test skip decorator
PiperOrigin-RevId: 830658029
1 parent ed53c69 commit 316e466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/aiplatform/test_vision_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ def test_edit_image_with_capability_mode(self):
773773
"reference_image_control_config_4"
774774
] == str(control_config)
775775

776-
@unittest.skip(reason="b/295946075 The service stopped supporting image sizes.")
776+
@pytest.mark.skip(reason="b/295946075 The service stopped supporting image sizes.")
777777
def test_generate_images_requests_square_images_by_default(self):
778778
"""Tests that the model class generates square image by default."""
779779
model = self._get_image_generation_model()

0 commit comments

Comments
 (0)