From: Tommi Virtanen Date: Thu, 11 Aug 2011 16:31:20 +0000 (-0700) Subject: DHO does not support bucket logging currently. X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=76faa58bf7c067980066a1109f2c9aae5be98a63;p=s3-tests.git DHO does not support bucket logging currently. --- diff --git a/s3tests/functional/test_s3.py b/s3tests/functional/test_s3.py index 15d2ed84..22f6fbfc 100644 --- a/s3tests/functional/test_s3.py +++ b/s3tests/functional/test_s3.py @@ -1481,6 +1481,7 @@ def test_bucket_acl_revoke_all(): # TODO rgw log_bucket.set_as_logging_target() gives 403 Forbidden # http://tracker.newdream.net/issues/984 @attr('fails_on_rgw') +@attr('fails_on_dho') def test_logging_toggle(): bucket = get_new_bucket() log_bucket = s3.main.create_bucket(bucket.name + '-log')