From 5ae2337747f9d4fb657ac438039453159aa1cfe5 Mon Sep 17 00:00:00 2001 From: Abhishek Lekshmanan Date: Fri, 13 Oct 2017 16:33:09 +0200 Subject: [PATCH] add bucket-policy attr to all the policy tests Signed-off-by: Abhishek Lekshmanan --- 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 da147cb..2a125ef 100644 --- a/s3tests/functional/test_s3.py +++ b/s3tests/functional/test_s3.py @@ -9346,6 +9346,7 @@ def test_put_tags_acl_public(): @attr(operation='Test DeleteObjTagging public') @attr(assertion='success') @attr('tagging') +@attr('bucket-policy') def test_delete_tags_obj_public(): bucket, key = _create_key_with_random_content('testputtagsacl')