]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/rgw: disable s3tests for lifecycle_expiration 20879/head
authorCasey Bodley <cbodley@redhat.com>
Tue, 13 Mar 2018 20:13:23 +0000 (16:13 -0400)
committerCasey Bodley <cbodley@redhat.com>
Tue, 13 Mar 2018 20:16:06 +0000 (16:16 -0400)
the tests are dependent on timing and often fail in teuthology

Signed-off-by: Casey Bodley <cbodley@redhat.com>
qa/tasks/s3tests.py

index ce2871ec05283ec62529414051c9076a60ceaf49..a2664390de3319a0d1aeb49484d8bb87df8e90e4 100644 (file)
@@ -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")