From 76faa58bf7c067980066a1109f2c9aae5be98a63 Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Thu, 11 Aug 2011 09:31:20 -0700 Subject: [PATCH] DHO does not support bucket logging currently. --- s3tests/functional/test_s3.py | 1 + 1 file changed, 1 insertion(+) diff --git a/s3tests/functional/test_s3.py b/s3tests/functional/test_s3.py index 15d2ed8..22f6fbf 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')