3
0
Fork 0
forked from mirrors/nixpkgs

home-assistant: disable test_config_path

It's prone to race conditions.
This commit is contained in:
Martin Weinelt 2021-02-04 13:24:17 +01:00
parent c6f12879b1
commit da13b4418f
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -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"
];