@@ -26,14 +26,12 @@ const aclEquivalent = {
2626} ;
2727
2828const aclTests = [
29- // CEPH: test_website_private_bucket_list_private_index_blockederrordoc
3029 {
3130 it : 'should return 403 if private bucket index and error documents' ,
3231 bucketACL : 'private' ,
3332 objects : { index : 'private' , error : 'private' } ,
3433 html : '403-access-denied' ,
3534 } ,
36- // CEPH: test_website_public_bucket_list_private_index_blockederrordoc
3735 {
3836 it : 'should return 403 if public bucket - private index - public ' +
3937 'error documents' ,
@@ -85,7 +83,6 @@ const aclTests = [
8583 html : 'error-user-404' ,
8684 } ,
8785
88- // CEPH: test_website_private_bucket_list_empty_blockederrordoc
8986 {
9087 it : 'should return 403 if private bucket - without index - ' +
9188 'private error documents' ,
@@ -94,7 +91,6 @@ const aclTests = [
9491 html : '403-access-denied' ,
9592 } ,
9693
97- // CEPH: test_website_public_bucket_list_empty_blockederrordoc
9894 {
9995 it : 'should return 404 if public bucket - without index - ' +
10096 'private error documents' ,
@@ -103,7 +99,6 @@ const aclTests = [
10399 html : '404-not-found' ,
104100 } ,
105101
106- // CEPH: test_website_public_bucket_list_empty_missingerrordoc
107102 {
108103 it : 'should return 404 if public bucket - without index - ' +
109104 'without error documents' ,
0 commit comments