nixos/tests/home-assistant: no longer ignore "Timer got out of sync" error

That error message was removed in https://github.com/home-assistant/home-assistant/pull/17398.
This commit is contained in:
Robert Schütz 2018-10-29 13:30:06 +01:00
parent 5adfcb951a
commit 6017fdfe91

View file

@ -74,7 +74,6 @@ in {
print "$log\n";
# Check that no errors were logged
# The timer can get out of sync due to Hydra's load, so this error is ignored
$hass->fail("cat ${configDir}/home-assistant.log | grep -vF 'Timer got out of sync' | grep -qF ERROR");
$hass->fail("cat ${configDir}/home-assistant.log | grep -qF ERROR");
'';
})