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 = {