diff --git a/tests/components/feedreader/test_init.py b/tests/components/feedreader/test_init.py index 5d2ac1a440624..4911e81fc1193 100644 --- a/tests/components/feedreader/test_init.py +++ b/tests/components/feedreader/test_init.py @@ -70,6 +70,9 @@ async def test_setup_error( assert entry.state is ConfigEntryState.SETUP_RETRY +@pytest.mark.xfail( + reason="Flaky due to Python 3.14.3 asyncio changes - see home-assistant/core#162263" +) async def test_storage_data_writing( hass: HomeAssistant, events: list[Event],