From 78337a6846eaeb042d80b89150dd3827943d921e Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Sat, 15 Feb 2025 20:16:07 +0100 Subject: [PATCH] Disable zwave_js testing resetting the controller (#138595) * Improve zwave_js test of resetting the controller * Disable the test --- tests/components/zwave_js/test_api.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/components/zwave_js/test_api.py b/tests/components/zwave_js/test_api.py index a3f70e92dcf..6f341f8f77b 100644 --- a/tests/components/zwave_js/test_api.py +++ b/tests/components/zwave_js/test_api.py @@ -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,