home-assistant: disable test_error_posted_as_event

The test is still flaky after the latest testing changes.
This commit is contained in:
Martin Weinelt
2021-02-07 22:56:47 +01:00
parent 4ab8d1f13d
commit 0b94f35b97

View File

@@ -199,6 +199,8 @@ in with py.pkgs; buildPythonApplication rec {
# keyring.errors.NoKeyringError: No recommended backend was available.
"test_secrets_from_unrelated_fails"
"test_secrets_credstash"
# system_log/test_init.py: assert 0 == 1 where 0 = len([])
"test_error_posted_as_event"
];
preCheck = ''