From 6685ba359d19903f720a8f7e1d56fcc842389034 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sat, 25 Jul 2026 14:07:17 +0200 Subject: [PATCH] home-assistant-custom-components.thewatchman: disable timing sensitive 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 80405cf4ba7e..11899f1cb21d 100644 --- a/pkgs/servers/home-assistant/custom-components/thewatchman/package.nix +++ b/pkgs/servers/home-assistant/custom-components/thewatchman/package.nix @@ -41,6 +41,8 @@ buildHomeAssistantComponent rec { "test_status_sensor_safe_mode" # flaky "test_automations_parsing" + # Timing sensitive: Should still not be called (T=2.5 < T=3) + "test_debounce_rescan" ]; meta = {