From 2aec7e1f1dd1527fd45b6130eec6e55c714de2af Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Tue, 13 Mar 2018 16:13:23 -0400 Subject: [PATCH] qa/rgw: disable s3tests for lifecycle_expiration the tests are dependent on timing and often fail in teuthology Signed-off-by: Casey Bodley --- 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 ce2871ec05283..a2664390de331 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") -- 2.39.5