mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Avoid lingering timer on script shutdown (#89753)
This commit is contained in:
@ -1127,6 +1127,7 @@ async def test_recursive_script_indirect(
|
||||
@pytest.mark.parametrize(
|
||||
"script_mode", [SCRIPT_MODE_PARALLEL, SCRIPT_MODE_QUEUED, SCRIPT_MODE_RESTART]
|
||||
)
|
||||
@pytest.mark.parametrize("wait_for_stop_scripts_after_shutdown", [True])
|
||||
async def test_recursive_script_turn_on(
|
||||
hass: HomeAssistant, script_mode, caplog: pytest.LogCaptureFixture
|
||||
) -> None:
|
||||
|
Reference in New Issue
Block a user