From 4367e8dd6191666e9982cb4b8a88dccf4fd61c6c Mon Sep 17 00:00:00 2001 From: Justin Stephenson Date: Mon, 8 May 2023 15:53:28 -0400 Subject: [PATCH] Set TZ to avoid CI failures with testFilter* tests --- test/check-application | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/check-application b/test/check-application index 33e0d1e..deaf57c 100755 --- a/test/check-application +++ b/test/check-application @@ -321,6 +321,9 @@ class TestApplication(testlib.MachineCase): b.wait_not_present(default_scale_sel) def _filter(self, inp, occ_dict): + m = self.machine + + m.execute("timedatectl set-timezone America/New_York") # ignore errors from half-entered timestamps due to searches occuring # before `set_input_text` is complete self.allow_journal_messages(".*timestamp.*")