From 924677e6a470bf233d3fe96bacef54d19797981e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Tue, 24 Mar 2026 02:22:09 +0100 Subject: [PATCH] home-assistant-custom-components.thewatchman: ignore flaky test --- .../home-assistant/custom-components/thewatchman/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/servers/home-assistant/custom-components/thewatchman/package.nix b/pkgs/servers/home-assistant/custom-components/thewatchman/package.nix index a29cee8ff3b7..08e1ff7ad81c 100644 --- a/pkgs/servers/home-assistant/custom-components/thewatchman/package.nix +++ b/pkgs/servers/home-assistant/custom-components/thewatchman/package.nix @@ -40,6 +40,8 @@ buildHomeAssistantComponent rec { disabledTests = [ # the test relies on NOT changing the hass config_dir and tries to write into the nix store "test_status_sensor_safe_mode" + # flaky + "test_automations_parsing" ]; meta = {