Keep task references while running (#87970)
* Keep task references while running * Update pilight tests pointing at correct logger call * Fix graphite tests * Fix profiler tests * More graphite test fixes * Remove extra sleep * Fix tests * Shutdown background tasks as part of stage 1 * Remove unnecessary sleep in test * Remove unused method on mock hass * Skip on cancelled too * Remove background tasks * Test trigger variables without actually sleeping * Fix graphite * One more graphite grrrrrrr
This commit is contained in:
parent
e41af8928b
commit
d54f59478f
12 changed files with 97 additions and 210 deletions
|
@ -71,6 +71,7 @@ async def test_system_status_subscription(
|
|||
):
|
||||
freezer.tick(TEST_TIME_ADVANCE_INTERVAL)
|
||||
await hass.async_block_till_done()
|
||||
await hass.async_block_till_done()
|
||||
|
||||
response = await client.receive_json()
|
||||
assert response["event"] == {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue