Skip to content

Commit eece712

Browse files
committed
up
1 parent 2e42205 commit eece712

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/lora/test_lora_layers_sana.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,6 @@ def test_simple_inference_with_text_lora_fused(self):
137137
def test_simple_inference_with_text_lora_save_load(self):
138138
pass
139139

140-
@unittest.skipIf(IS_GITHUB_ACTIONS, reason="Skipping test inside GitHub Actions environment")
140+
@pytest.mark.skipif(IS_GITHUB_ACTIONS, reason="Skipping test inside GitHub Actions environment")
141141
def test_layerwise_casting_inference_denoiser(self):
142142
return super().test_layerwise_casting_inference_denoiser()

0 commit comments

Comments
 (0)