From da13b4418f9dec3b720e94a03c35d508f854cda7 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 4 Feb 2021 13:24:17 +0100 Subject: [PATCH] home-assistant: disable test_config_path It's prone to race conditions. --- pkgs/servers/home-assistant/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix index 9e406a2de02..ccf9fe5b123 100644 --- a/pkgs/servers/home-assistant/default.nix +++ b/pkgs/servers/home-assistant/default.nix @@ -180,6 +180,7 @@ in with py.pkgs; buildPythonApplication rec { # assert 0 == 1 where 0 = len([]) "test_error_posted_as_event" # RuntimeError: Event loop is closed + "test_config_path" "test_info_endpoint_register_callback_timeout" ];