mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Mark flaky fritz update test as xfail (#108447)
This commit is contained in:
parent
2a58b6e56b
commit
4a824284d6
@ -2,6 +2,8 @@
|
||||
|
||||
from unittest.mock import patch
|
||||
|
||||
import pytest
|
||||
|
||||
from homeassistant.components.fritz.const import DOMAIN
|
||||
from homeassistant.components.update import DOMAIN as UPDATE_DOMAIN
|
||||
from homeassistant.config_entries import ConfigEntryState
|
||||
@ -47,6 +49,7 @@ async def test_update_entities_initialized(
|
||||
assert len(updates) == 1
|
||||
|
||||
|
||||
@pytest.mark.xfail(reason="Flaky test")
|
||||
async def test_update_available(
|
||||
hass: HomeAssistant,
|
||||
hass_client: ClientSessionGenerator,
|
||||
|
Loading…
x
Reference in New Issue
Block a user