From aa0af354b2d93d83beb682cce9f0ef477262e6b9 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 9 Feb 2021 01:59:57 +0100 Subject: [PATCH] home-assistant: disable test_scan_match_st --- pkgs/servers/home-assistant/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix index ed2e75317ad..bb697d1035a 100644 --- a/pkgs/servers/home-assistant/default.nix +++ b/pkgs/servers/home-assistant/default.nix @@ -201,6 +201,8 @@ in with py.pkgs; buildPythonApplication rec { "test_secrets_credstash" # system_log/test_init.py: assert 0 == 1 where 0 = len([]) "test_error_posted_as_event" + # ssdp/test_init.py: RuntimeError: Event loop is closed + "test_scan_match_st" ]; preCheck = ''