Skip to content

Commit f5729da

Browse files
committed
mark wanvace lora tests as flaky
1 parent bc55b63 commit f5729da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lora/test_lora_layers_wanvace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646

4747
@require_peft_backend
4848
@skip_mps
49+
@is_flaky
4950
class WanVACELoRATests(unittest.TestCase, PeftLoraLoaderMixinTests):
5051
pipeline_class = WanVACEPipeline
5152
scheduler_cls = FlowMatchEulerDiscreteScheduler
@@ -217,6 +218,5 @@ def test_lora_exclude_modules_wanvace(self):
217218
"Lora outputs should match.",
218219
)
219220

220-
@is_flaky
221221
def test_simple_inference_with_text_denoiser_lora_and_scale(self):
222222
super().test_simple_inference_with_text_denoiser_lora_and_scale()

0 commit comments

Comments
 (0)