summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-10-29 13:30:06 +0100
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-10-29 13:30:06 +0100
commit6017fdfe919e325b5ebd823a53112ce2c92d557a (patch)
treee4ef0644812caa207920cd6f392b3866935f1514 /nixos/tests
parent5adfcb951a1243aa777e1371ef2cb6a03be46ff7 (diff)
downloadnixlib-6017fdfe919e325b5ebd823a53112ce2c92d557a.tar
nixlib-6017fdfe919e325b5ebd823a53112ce2c92d557a.tar.gz
nixlib-6017fdfe919e325b5ebd823a53112ce2c92d557a.tar.bz2
nixlib-6017fdfe919e325b5ebd823a53112ce2c92d557a.tar.lz
nixlib-6017fdfe919e325b5ebd823a53112ce2c92d557a.tar.xz
nixlib-6017fdfe919e325b5ebd823a53112ce2c92d557a.tar.zst
nixlib-6017fdfe919e325b5ebd823a53112ce2c92d557a.zip
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.
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/home-assistant.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/tests/home-assistant.nix b/nixos/tests/home-assistant.nix
index 2d74b59bca46..0b3da0d59c68 100644
--- a/nixos/tests/home-assistant.nix
+++ b/nixos/tests/home-assistant.nix
@@ -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");
   '';
 })