From 873871d6f1f65934d75dc76ecb5887e2e94144c0 Mon Sep 17 00:00:00 2001 From: gal salomon Date: Fri, 3 Jul 2020 06:43:28 +0300 Subject: [PATCH] adding filter for s3select Signed-off-by: gal salomon --- qa/tasks/s3tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/tasks/s3tests.py b/qa/tasks/s3tests.py index c0266b6d2f6..ae6871256cf 100644 --- a/qa/tasks/s3tests.py +++ b/qa/tasks/s3tests.py @@ -295,7 +295,7 @@ def run_tests(ctx, config): else: args += ['REQUESTS_CA_BUNDLE=/etc/pki/tls/certs/ca-bundle.crt'] # civetweb > 1.8 && beast parsers are strict on rfc2616 - attrs = ["!fails_on_rgw", "!lifecycle_expiration", "!fails_strict_rfc2616"] + attrs = ["!fails_on_rgw", "!lifecycle_expiration", "!fails_strict_rfc2616","!s3select"] if client_config.get('calling-format') != 'ordinary': attrs += ['!fails_with_subdomain'] args += [