Skip to content

Commit 52c6d2f

Browse files
committed
Revert "up"
This reverts commit bca3e27.
1 parent bca3e27 commit 52c6d2f

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

tests/models/transformers/test_models_transformer_z_image.py

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
from diffusers import ZImageTransformer2DModel
2323

24-
from ...testing_utils import is_flaky, torch_device
24+
from ...testing_utils import torch_device
2525
from ..test_modeling_common import ModelTesterMixin, TorchCompileTesterMixin
2626

2727

@@ -139,22 +139,6 @@ def test_group_offloading(self):
139139
def test_group_offloading_with_disk(self):
140140
super().test_group_offloading_with_disk()
141141

142-
@is_flaky(max_attempts=10)
143-
def test_auto_model(self):
144-
super().test_auto_model()
145-
146-
@is_flaky(max_attempts=10)
147-
def test_determinism(self):
148-
super().test_determinism()
149-
150-
@is_flaky(max_attempts=10)
151-
def test_from_save_pretrained(self):
152-
super().test_from_save_pretrained()
153-
154-
@is_flaky(max_attempts=10)
155-
def test_from_save_pretrained_variant(self):
156-
super().test_from_save_pretrained_variant()
157-
158142

159143
class Flux2TransformerCompileTests(TorchCompileTesterMixin, unittest.TestCase):
160144
model_class = ZImageTransformer2DModel

0 commit comments

Comments
 (0)