From eece7120dda58cfbeea3ef26c49d3459ca89ee7a Mon Sep 17 00:00:00 2001 From: sayakpaul Date: Thu, 6 Nov 2025 10:31:37 +0530 Subject: [PATCH] up --- tests/lora/test_lora_layers_sana.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lora/test_lora_layers_sana.py b/tests/lora/test_lora_layers_sana.py index 632896e9e1..1693116814 100644 --- a/tests/lora/test_lora_layers_sana.py +++ b/tests/lora/test_lora_layers_sana.py @@ -137,6 +137,6 @@ class TestSanaLoRA(PeftLoraLoaderMixinTests): def test_simple_inference_with_text_lora_save_load(self): pass - @unittest.skipIf(IS_GITHUB_ACTIONS, reason="Skipping test inside GitHub Actions environment") + @pytest.mark.skipif(IS_GITHUB_ACTIONS, reason="Skipping test inside GitHub Actions environment") def test_layerwise_casting_inference_denoiser(self): return super().test_layerwise_casting_inference_denoiser()