From 6490f0cf052b3fac719c54aecfc10de78e9abcaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Thu, 2 Apr 2026 01:27:31 +0200 Subject: [PATCH] home-assistant.tests.components.vacuum: ignore some failing test --- pkgs/servers/home-assistant/tests.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/servers/home-assistant/tests.nix b/pkgs/servers/home-assistant/tests.nix index e1dae4c21ed7..be6d910824f3 100644 --- a/pkgs/servers/home-assistant/tests.nix +++ b/pkgs/servers/home-assistant/tests.nix @@ -236,6 +236,10 @@ let # tries to retrieve file from github "test_non_text_stdout_capture" ]; + vacuum = [ + # Translation not found for vacuum + "test_segments_changed_issue" + ]; zeroconf = [ # multicast socket bind, not possible in the sandbox "test_subscribe_discovery"