Disable zwave_js testing resetting the controller (#138595)

* Improve zwave_js test of resetting the controller

* Disable the test
This commit is contained in:
Erik Montnemery 2025-02-15 20:16:07 +01:00 committed by GitHub
parent 78c4d815ce
commit 78337a6846
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4930,6 +4930,9 @@ async def test_subscribe_node_statistics(
assert msg["error"]["code"] == ERR_NOT_LOADED assert msg["error"]["code"] == ERR_NOT_LOADED
@pytest.mark.skip(
reason="The test needs to be updated to reflect what happens when resetting the controller"
)
async def test_hard_reset_controller( async def test_hard_reset_controller(
hass: HomeAssistant, hass: HomeAssistant,
device_registry: dr.DeviceRegistry, device_registry: dr.DeviceRegistry,