Set TZ to avoid CI failures with testFilter* tests
This commit is contained in:
parent
0ae9d17487
commit
4367e8dd61
1 changed files with 3 additions and 0 deletions
|
|
@ -321,6 +321,9 @@ class TestApplication(testlib.MachineCase):
|
||||||
b.wait_not_present(default_scale_sel)
|
b.wait_not_present(default_scale_sel)
|
||||||
|
|
||||||
def _filter(self, inp, occ_dict):
|
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
|
# ignore errors from half-entered timestamps due to searches occuring
|
||||||
# before `set_input_text` is complete
|
# before `set_input_text` is complete
|
||||||
self.allow_journal_messages(".*timestamp.*")
|
self.allow_journal_messages(".*timestamp.*")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue