diff --git a/tests/integration/test_automations.py b/tests/integration/test_automations.py index 9b697cad83..d43ae1d842 100644 --- a/tests/integration/test_automations.py +++ b/tests/integration/test_automations.py @@ -92,8 +92,6 @@ async def test_delay_action_cancellation( await asyncio.wait_for(script_started_future, timeout=5.0) assert script_started_count == 1, "Script should have started once" - # Restart immediately - no sleep needed since we're properly testing cancellation - # Restart the script client.execute_service(restart_service, {})