Avoid lingering timer on script shutdown (#89753)

This commit is contained in:
epenet
2023-03-16 08:00:21 +01:00
committed by GitHub
parent c707ddbf7c
commit 913156b0e0
5 changed files with 46 additions and 5 deletions

View File

@ -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: