diff --git a/tests/models/unets/test_models_unet_2d_condition.py b/tests/models/unets/test_models_unet_2d_condition.py index f31d148caf2a..59a3083bcdd6 100644 --- a/tests/models/unets/test_models_unet_2d_condition.py +++ b/tests/models/unets/test_models_unet_2d_condition.py @@ -500,7 +500,7 @@ def test_model_with_class_embeddings_concat(self): # since the use-case (somebody passes in a too-short cross-attn mask) is pretty small, # maybe it's fine that this only works for the unclip use-case. @mark.skip( - reason="we currently pad mask by target_length tokens (what unclip needs), whereas stable-diffusion's cross-attn needs to instead pad by remaining_length." + reason="we currently pad mask by target_length tokens (what unclip needs), whereas stable-diffusion's cross-attn needs to instead pad by target_length." ) def test_model_xattn_padding(self): init_dict = self.get_init_dict()