From: Casey Bodley Date: Thu, 22 Jun 2023 12:50:03 +0000 (-0400) Subject: qa/s3tests: remove stale comment about rfc2616 X-Git-Tag: v19.0.0~980^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=596e32f542ee73570b009ca3dc30fc95e9f6b05b;p=ceph.git qa/s3tests: remove stale comment about rfc2616 this comment was about the old fails_strict_rfc2616 attr that was removed in 6238eaaf0bcbcaac3c8628f68c088481f96c199a Signed-off-by: Casey Bodley --- diff --git a/qa/tasks/s3tests.py b/qa/tasks/s3tests.py index 4f951afd8d8..7959627be47 100644 --- a/qa/tasks/s3tests.py +++ b/qa/tasks/s3tests.py @@ -377,7 +377,6 @@ def run_tests(ctx, config): args += ['REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt'] else: args += ['REQUESTS_CA_BUNDLE=/etc/pki/tls/certs/ca-bundle.crt'] - # civetweb > 1.8 && beast parsers are strict on rfc2616 attrs = ["not fails_on_rgw", "not lifecycle_expiration", "not test_of_sts", "not webidentity_test"] if client_config.get('calling-format') != 'ordinary': attrs += ['not fails_with_subdomain']