You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is version of Home Assistant Core has the issue?
dev
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Core
Integration causing the issue
Vizio
Link to integration documentation on our website
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
async_fire_time_changed(hass, now + timedelta(days=10))
await hass.async_block_till_done()
> assert "Unable to retrieve the apps list from the external server" in caplog.text
E AssertionError: assert 'Unable to retrieve the apps list from the external server' in 'INFO homeassistant.loader:loader.py:344 Loaded vizio from homeassistant.components.vizio\nINFO homeassistant....nds\nDEBUG homeassistant.components.vizio:update_coordinator.py:253 Finished fetching vizio data in 0.000 seconds\n'
E + where 'INFO homeassistant.loader:loader.py:344 Loaded vizio from homeassistant.components.vizio\nINFO homeassistant....nds\nDEBUG homeassistant.components.vizio:update_coordinator.py:253 Finished fetching vizio data in 0.000 seconds\n' = <_pytest.logging.LogCaptureFixture object at 0x7fb8458e2910>.text
Additional information
No response
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
The problem
I've seen this test failing multiple times on unrelated PRs and it requires restarting the whole CI to pass all jobs.
Test name:
tests/components/vizio/test_init.py::test_coordinator_update_failure
Example which failed on
dev
branch: https://github.com/home-assistant/core/runs/2594855564I think this test should be fixed or removed.
cc @raman325
What is version of Home Assistant Core has the issue?
dev
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Core
Integration causing the issue
Vizio
Link to integration documentation on our website
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: