mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-24 19:30:38 +00:00
Flag test_bucket_list_maxkeys_unreadable as failing on dho & rgw.
This commit is contained in:
parent
6577c8266c
commit
48e078a758
1 changed files with 2 additions and 0 deletions
|
@ -390,6 +390,8 @@ def test_bucket_list_maxkeys_invalid():
|
|||
eq(e.error_code, 'InvalidArgument')
|
||||
|
||||
|
||||
@attr('fails_on_rgw')
|
||||
@attr('fails_on_dho')
|
||||
def test_bucket_list_maxkeys_unreadable():
|
||||
bucket = _create_keys(keys=['bar', 'baz', 'foo', 'quxx'])
|
||||
|
||||
|
|
Loading…
Reference in a new issue