Commit 4bd2f967 authored by Łukasz Nowak's avatar Łukasz Nowak

Fix "caddy-frontend/test: Assert promises"

trafficserver-cache-availability.py may pass randomly, as we do not have a
way during the test to really fill it.
parent 9714a74c
......@@ -348,6 +348,7 @@ class TestDataMixin(object):
ignored_plugin_list = [
'__init__.py', # that's not a plugin
'monitor-http-frontend.py', # can't check w/o functioning frontend
'trafficserver-cache-availability.py', # randomly passing when done
]
runpromise_bin = os.path.join(
self.software_path, 'bin', 'monitor.runpromise')
......
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