mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 23:29:47 +00:00
set fails_on_dho on test_bucket_create_special_key_names
This commit is contained in:
parent
54d98ff1e3
commit
256577fc87
1 changed files with 1 additions and 0 deletions
|
@ -2583,6 +2583,7 @@ def test_bucket_create_naming_good_contains_hyphen():
|
|||
@attr(method='put')
|
||||
@attr(operation='create and list objects with special names')
|
||||
@attr(assertion='special names work')
|
||||
@attr('fails_on_dho')
|
||||
def test_bucket_create_special_key_names():
|
||||
key_names = [' ', '%', '_', '_ ', '_ _', '__']
|
||||
bucket = _create_keys(keys=key_names)
|
||||
|
|
Loading…
Reference in a new issue