Skip to content

Commit f9194f6

Browse files
committed
up
1 parent 76dd4e8 commit f9194f6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/pipelines/test_pipelines.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,7 @@ def test_download_safetensors_only_variant_exists_for_model(self):
629629
# https://huggingface.co/hf-internal-testing/stable-diffusion-broken-variants/tree/main/unet
630630
assert len(files) == 15, f"We should only download 15 files, not {len(files)}"
631631

632+
@pytest.mark.xfail(condition=is_transformers_version(">", "4.56.2"), reason="Some import error", strict=False)
632633
def test_download_bin_only_variant_exists_for_model(self):
633634
variant = None
634635
use_safetensors = False

0 commit comments

Comments
 (0)