test_bucket_create_naming_bad_short_empty works on radosgw now.

rgw bug #983 is fixed in commit 5c06fc1c8b4e983acd7f01f7b908ba8f357621b2.
This commit is contained in:
Tommi Virtanen 2011-04-13 16:18:30 -07:00
parent 18185b4826
commit fd323907f9

View file

@ -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