diff --git a/tests/workflows/test_lora.py b/tests/workflows/test_lora.py index 027fcc239..47b21adf9 100644 --- a/tests/workflows/test_lora.py +++ b/tests/workflows/test_lora.py @@ -16,7 +16,7 @@ model_management.cpu_state = CPUState.GPU if has_gpu else CPUState.CPU from comfy.client.embedded_comfy_client import EmbeddedComfyClient -@pytest.mark.skipif(not has_gpu, reason="requires gpu for performant testing") +@pytest.mark.skipif(not has_gpu, reason="Expects GPU device") @pytest.mark.asyncio async def test_lora_workflow(): prompt = Prompt.validate({