From 0debf4dc6ed2ca78c95741882862a53aaafed72b Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Wed, 2 Aug 2017 11:06:32 -0400 Subject: [PATCH] qa/rgw: disable lifecycle tests because of expiration failures lifecycle expiration tests are too reliant on timing, and have been failing consistently for a long time 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 ee16381d1b4..ef5680d01bd 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"] for client, client_config in config.iteritems(): args = [ 'S3TEST_CONF={tdir}/archive/s3-tests.{client}.conf'.format(tdir=testdir, client=client), -- 2.47.3