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"