From 930f3b85e27d9c7f4ac6527b0fddaf082203becd Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Thu, 15 Feb 2018 10:35:59 -0800 Subject: [PATCH] qa/tasks/ragweed: don't reference fastcgi Signed-off-by: Yehuda Sadeh --- qa/tasks/ragweed.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/qa/tasks/ragweed.py b/qa/tasks/ragweed.py index d5fc382a1af4..b1586914f029 100644 --- a/qa/tasks/ragweed.py +++ b/qa/tasks/ragweed.py @@ -246,8 +246,6 @@ def run_tests(ctx, config, run_stages): assert isinstance(config, dict) testdir = teuthology.get_testdir(ctx) attrs = ["!fails_on_rgw"] - if not ctx.rgw.use_fastcgi: - attrs.append("!fails_on_mod_proxy_fcgi") for client, client_config in config.iteritems(): stages = string.join(run_stages[client], ',') args = [ -- 2.47.3