add fails_on_dho to test_object_create_bad_authorization_unreadable

This commit is contained in:
Sage Weil 2011-09-26 13:37:16 -07:00
parent 2fcdc79299
commit 211df8dc22

View file

@ -381,6 +381,7 @@ def test_object_create_bad_authorization_invalid():
# the teardown is really messed up here. check it out
@nose.with_setup(teardown=_clear_custom_headers)
@attr('fails_on_rgw')
@attr('fails_on_dho')
def test_object_create_bad_authorization_unreadable():
key = _setup_bad_object({'Authorization': '\x07'})