Compare commits

...

2 Commits

Author SHA1 Message Date
Ariel Ebersberger 200c111e51 Replace pytest.mark.skip with pytest.mark.xfail(strict=True)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-24 16:57:31 +02:00
Ariel Ebersberger c7d4bf0bba Disable flaky google_generative_ai_conversation tests due to Python 3.14.3 asyncio changes
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-24 16:09:31 +02:00
@@ -1309,6 +1309,10 @@ async def test_migration_from_v2_1(
}
@pytest.mark.xfail(
reason="Flaky due to Python 3.14.3 asyncio changes - see home-assistant/core#162263",
strict=True,
)
async def test_devices(
hass: HomeAssistant,
mock_config_entry: MockConfigEntry,