Commit ca95f0dd authored by Łukasz Nowak's avatar Łukasz Nowak

caddy-frontend: Ignore cron logs, as its runs are unpredictible

parent 2604e534
......@@ -250,6 +250,8 @@ class TestDataMixin(object):
def test_file_list_log(self):
self._test_file_list('log', [
# no control at all when cron would kick in, ignore it
'cron.log',
# appears late, not needed for assertion
'trafficserver/diags.log',
'trafficserver/squid.blog',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment