From 596e32f542ee73570b009ca3dc30fc95e9f6b05b Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Thu, 22 Jun 2023 08:50:03 -0400 Subject: [PATCH] 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 --- qa/tasks/s3tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qa/tasks/s3tests.py b/qa/tasks/s3tests.py index 4f951afd8d86..7959627be478 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'] -- 2.47.3