home-assistant-component-tests.homeassistant_hardware: Mark broken

All tests are currently being skipped so they result in an error.
This commit is contained in:
Martin Weinelt 2023-01-19 02:45:45 +01:00
parent 861852a423
commit f131761150

View file

@ -121,6 +121,9 @@ in lib.listToAttrs (map (component: lib.nameValuePair component (
meta = old.meta // {
broken = lib.elem component [
# all tests are skipped
# https://github.com/home-assistant/core/blob/dev/tests/components/homeassistant_hardware/test_silabs_multiprotocol_addon.py#L23
"homeassistant_hardware"
];
# upstream only tests on Linux, so do we.
platforms = lib.platforms.linux;