From 790cada2d759926cb8458bc444c8ff8da45d81f5 Mon Sep 17 00:00:00 2001 From: Miodrag Obradovic <99922455+Kjubikstronk@users.noreply.github.com> Date: Sat, 29 Aug 2026 14:27:23 +0200 Subject: [PATCH] Remove stale xfail in hdmi_cec switch status test (#180532) --- tests/components/hdmi_cec/test_switch.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/components/hdmi_cec/test_switch.py b/tests/components/hdmi_cec/test_switch.py index 45fdb4ebcd3d..891803f1bb38 100644 --- a/tests/components/hdmi_cec/test_switch.py +++ b/tests/components/hdmi_cec/test_switch.py @@ -155,13 +155,6 @@ async def test_device_status_change( await hass.async_block_till_done() state = hass.states.get("switch.hdmi_3") - if power_status in (POWER_ON, 4) and status is not None: - pytest.xfail( - reason=( - "`CecSwitchEntity.is_on` returns `False` here" - " instead of `true` as expected." - ) - ) assert state.state == expected_state