Commit 451032ee authored by Łukasz Nowak's avatar Łukasz Nowak

caddy-frontend: Disable ATS cache promise plugin

ATS cache fillup is uncontrollable during test run.
parent c44c7bdf
......@@ -359,6 +359,8 @@ class TestDataMixin(object):
ignored_plugin_list = [
'__init__.py', # that's not a plugin
'monitor-http-frontend.py', # can't check w/o functioning frontend
# ATS cache fillup can't be really controlled during test run
'trafficserver-cache-availability.py',
]
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