File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
homeassistant/components/hassio Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4444 EVENT_SUPPORTED_CHANGED ,
4545 EXTRA_PLACEHOLDERS ,
4646 ISSUE_KEY_ADDON_BOOT_FAIL ,
47- ISSUE_KEY_ADDON_DEPRECATED ,
4847 ISSUE_KEY_ADDON_DETACHED_ADDON_MISSING ,
4948 ISSUE_KEY_ADDON_DETACHED_ADDON_REMOVED ,
5049 ISSUE_KEY_ADDON_PWNED ,
8786 "issue_system_disk_lifetime" ,
8887 ISSUE_KEY_SYSTEM_FREE_SPACE ,
8988 ISSUE_KEY_ADDON_PWNED ,
90- ISSUE_KEY_ADDON_DEPRECATED ,
9189}
9290
9391_LOGGER = logging .getLogger (__name__ )
Original file line number Diff line number Diff line change @@ -996,10 +996,14 @@ async def test_supervisor_issue_addon_boot_fail(
996996 supervisor_client .resolution .apply_suggestion .assert_called_once_with (sugg_uuid )
997997
998998
999+ # Test disabled for now until repair can be re-enabled. First we need a repair
1000+ # specifically for the OTBR add-on to make migration to ZHA easy rather then
1001+ # having this repair encourage uninstall of that add-on and make migration hard.
9991002@pytest .mark .parametrize (
10001003 "all_setup_requests" , [{"include_addons" : True }], indirect = True
10011004)
10021005@pytest .mark .usefixtures ("all_setup_requests" )
1006+ @pytest .mark .skip
10031007async def test_supervisor_issue_deprecated_addon (
10041008 hass : HomeAssistant ,
10051009 supervisor_client : AsyncMock ,
You can’t perform that action at this time.
0 commit comments