about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-19 02:45:45 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-19 03:16:22 +0100
commitf131761150001e5377f1c78c53b77c0891f5cca2 (patch)
tree32eeee4a2891d1495ecb8578a9a410f65575861f /pkgs/servers
parent861852a4230d770ade25ce4ba2341940fe8a18a5 (diff)
downloadnixlib-f131761150001e5377f1c78c53b77c0891f5cca2.tar
nixlib-f131761150001e5377f1c78c53b77c0891f5cca2.tar.gz
nixlib-f131761150001e5377f1c78c53b77c0891f5cca2.tar.bz2
nixlib-f131761150001e5377f1c78c53b77c0891f5cca2.tar.lz
nixlib-f131761150001e5377f1c78c53b77c0891f5cca2.tar.xz
nixlib-f131761150001e5377f1c78c53b77c0891f5cca2.tar.zst
nixlib-f131761150001e5377f1c78c53b77c0891f5cca2.zip
home-assistant-component-tests.homeassistant_hardware: Mark broken
All tests are currently being skipped so they result in an error.
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/home-assistant/tests.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/servers/home-assistant/tests.nix b/pkgs/servers/home-assistant/tests.nix
index 601d0fe0367f..9b8c04432026 100644
--- a/pkgs/servers/home-assistant/tests.nix
+++ b/pkgs/servers/home-assistant/tests.nix
@@ -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;