forked from TrueCloudLab/s3-tests
test_bucket_create_naming_bad_short_empty works on radosgw now.
rgw bug #983 is fixed in commit 5c06fc1c8b4e983acd7f01f7b908ba8f357621b2.
This commit is contained in:
parent
18185b4826
commit
fd323907f9
1 changed files with 0 additions and 3 deletions
|
@ -240,9 +240,6 @@ def test_bucket_create_naming_bad_starts_nonalpha():
|
|||
check_bad_bucket_name('_alphasoup')
|
||||
|
||||
|
||||
# TODO this seems to hang until timeout on rgw?
|
||||
# http://tracker.newdream.net/issues/983
|
||||
@attr('fails_on_rgw')
|
||||
def test_bucket_create_naming_bad_short_empty():
|
||||
# bucket creates where name is empty look like PUTs to the parent
|
||||
# resource (with slash), hence their error response is different
|
||||
|
|
Loading…
Reference in a new issue