From: Casey Bodley Date: Tue, 13 Mar 2018 20:13:23 +0000 (-0400) Subject: qa/rgw: disable s3tests for lifecycle_expiration X-Git-Tag: v13.0.2~5^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F20879%2Fhead;p=ceph.git qa/rgw: disable s3tests for lifecycle_expiration the tests are dependent on timing and often fail in teuthology Signed-off-by: Casey Bodley --- diff --git a/qa/tasks/s3tests.py b/qa/tasks/s3tests.py index ce2871ec0528..a2664390de33 100644 --- a/qa/tasks/s3tests.py +++ b/qa/tasks/s3tests.py @@ -228,7 +228,7 @@ def run_tests(ctx, config): """ assert isinstance(config, dict) testdir = teuthology.get_testdir(ctx) - attrs = ["!fails_on_rgw"] + attrs = ["!fails_on_rgw", "!lifecycle_expiration"] # beast parser is strict about unreadable headers if ctx.rgw.frontend == 'beast': attrs.append("!fails_strict_rfc2616")