mirror of
https://github.com/ceph/s3-tests.git
synced 2025-02-20 11:01:50 +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')
|
eq(e.error_code, 'InvalidArgument')
|
||||||
|
|
||||||
|
|
||||||
|
@attr('fails_on_rgw')
|
||||||
|
@attr('fails_on_dho')
|
||||||
def test_bucket_list_maxkeys_unreadable():
|
def test_bucket_list_maxkeys_unreadable():
|
||||||
bucket = _create_keys(keys=['bar', 'baz', 'foo', 'quxx'])
|
bucket = _create_keys(keys=['bar', 'baz', 'foo', 'quxx'])
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue