about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-02-04 13:24:17 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-02-04 13:24:17 +0100
commitda13b4418f9dec3b720e94a03c35d508f854cda7 (patch)
tree8dd80495573e87fa3343aba3c0419f228882a21f /pkgs/servers
parentc6f12879b12e155251c3744a5880b621a0b7168c (diff)
home-assistant: disable test_config_path
It's prone to race conditions.
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/home-assistant/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix
index 9e406a2de029a..ccf9fe5b123d7 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"
   ];