mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 23:29:47 +00:00
add fails_on_dho on a failing test
It turns out that the e-mail comments were legitimate. The reason the tests were passing was because the specific users now had e-mail addresses, but this not the default case.
This commit is contained in:
parent
44bad4c4cc
commit
dec5360c92
1 changed files with 4 additions and 0 deletions
|
@ -1614,6 +1614,10 @@ def test_bucket_acl_no_grants():
|
|||
bucket.set_acl('private')
|
||||
|
||||
|
||||
# This test will fail on DH Objects. DHO allows multiple users with one account, which
|
||||
# would violate the uniqueness requirement of a user's email. As such, DHO users are
|
||||
# created without an email.
|
||||
@attr('fails_on_dho')
|
||||
def test_bucket_acl_grant_email():
|
||||
bucket = get_new_bucket()
|
||||
# add alt user
|
||||
|
|
Loading…
Reference in a new issue