home-assistant: mark telegram test broken

This commit is contained in:
Martin Weinelt
2024-01-04 00:13:34 +01:00
parent 2452734ad4
commit 6e3207ae07
+2
View File
@@ -138,6 +138,8 @@ in lib.listToAttrs (map (component: lib.nameValuePair component (
broken = lib.elem component [
# pinned version incompatible with urllib3>=2.0
"telegram_bot"
# depends on telegram_bot
"telegram"
];
# upstream only tests on Linux, so do we.
platforms = lib.platforms.linux;