mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00:00
Fix flakey utility meter test (#111400)
The test tooling would cancel setup at teardown because it was still setting up https://github.com/home-assistant/core/actions/runs/8039593463/job/21956908225?pr=111336
This commit is contained in:
parent
21ff8c8e03
commit
ab68a26000
@ -347,6 +347,7 @@ async def test_both_cron_and_meter(hass: HomeAssistant) -> None:
|
||||
}
|
||||
|
||||
assert await async_setup_component(hass, DOMAIN, config)
|
||||
await hass.async_block_till_done()
|
||||
|
||||
|
||||
async def test_cron_and_offset(hass: HomeAssistant) -> None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user