Skip to content

Commit

Permalink
Fix flakey utility meter test (home-assistant#111400)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bdraco authored Feb 25, 2024
1 parent 21ff8c8 commit ab68a26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/components/utility_meter/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ab68a26

Please sign in to comment.