mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Disable zwave_js testing resetting the controller (#138595)
* Improve zwave_js test of resetting the controller * Disable the test
This commit is contained in:
parent
78c4d815ce
commit
78337a6846
@ -4930,6 +4930,9 @@ async def test_subscribe_node_statistics(
|
||||
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(
|
||||
hass: HomeAssistant,
|
||||
device_registry: dr.DeviceRegistry,
|
||||
|
Loading…
x
Reference in New Issue
Block a user