mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-05-08 17:08:36 +01:00
Adjust container evaluation (#3174)
* Adjust container evaluation * remove test
This commit is contained in:
@@ -92,12 +92,3 @@ async def test_adding_and_removing_unsupported_reason(coresys: CoreSys):
|
||||
await coresys.resolution.evaluate.evaluate_system()
|
||||
assert UnsupportedReason.NETWORK_MANAGER not in coresys.resolution.unsupported
|
||||
assert coresys.core.supported
|
||||
|
||||
|
||||
async def test_set_unhealthy(coresys: CoreSys):
|
||||
"""Test setting unhealthy."""
|
||||
assert coresys.core.healthy
|
||||
coresys.resolution.unsupported = UnsupportedReason.CONTAINER
|
||||
await coresys.resolution.evaluate.evaluate_system()
|
||||
|
||||
assert not coresys.core.healthy
|
||||
|
||||
Reference in New Issue
Block a user