mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-11-12 20:40:21 +00:00
Check for duplicate data disks only when the OS is available (#6025)
* Check for duplicate data disks only when the OS is available Supervised installations do not have a specific data disk, so only check for duplicate data disks on Home Assistant OS. * Enable OS for multiple data disks check test
This commit is contained in:
@@ -33,6 +33,7 @@ async def test_base(coresys: CoreSys):
|
||||
assert multiple_data_disks.enabled
|
||||
|
||||
|
||||
@pytest.mark.usefixtures("os_available")
|
||||
async def test_check(coresys: CoreSys, sda1_block_service: BlockService):
|
||||
"""Test check."""
|
||||
multiple_data_disks = CheckMultipleDataDisks(coresys)
|
||||
|
||||
Reference in New Issue
Block a user