mirror of
https://github.com/ceph/ceph
synced 2024-12-28 06:23:08 +00:00
adding filter for s3select
Signed-off-by: gal salomon <gal.salomon@gmail.com>
This commit is contained in:
parent
61d6813726
commit
873871d6f1
@ -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 += [
|
||||
|
Loading…
Reference in New Issue
Block a user