Skip to content

Commit

Permalink
Set TZ to avoid CI failures with testFilter* tests
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-stephenson committed May 9, 2023
1 parent 0ae9d17 commit 4367e8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/check-application
Original file line number Diff line number Diff line change
Expand Up @@ -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.*")
Expand Down

0 comments on commit 4367e8d

Please sign in to comment.