From fb45929bc97e7f41f5b07e619e85ca10e78f43a1 Mon Sep 17 00:00:00 2001 From: Jamie Magee Date: Sun, 10 May 2026 10:48:58 -0700 Subject: [PATCH] home-assistant.tests.components.shell_command: re-enable test_non_text_stdout_capture Fixed upstream in home-assistant/core#167466. --- pkgs/servers/home-assistant/tests.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/servers/home-assistant/tests.nix b/pkgs/servers/home-assistant/tests.nix index 1b90ac5b1005..c32984813dca 100644 --- a/pkgs/servers/home-assistant/tests.nix +++ b/pkgs/servers/home-assistant/tests.nix @@ -152,10 +152,6 @@ let # 2026.5.0: after reload device is in loaded state instead of retry state "test_usb_device_reactivity" ]; - shell_command = [ - # tries to retrieve file from github - "test_non_text_stdout_capture" - ]; zeroconf = [ # multicast socket bind, not possible in the sandbox "test_subscribe_discovery"