Flag test_object_create_bad_contenttype_unreadable as failing on both RGW and DHO.

This commit is contained in:
Tommi Virtanen 2011-08-11 09:35:06 -07:00
parent 76faa58bf7
commit 230ec11852

View file

@ -336,6 +336,8 @@ def test_object_create_bad_contenttype_none():
@nose.with_setup(teardown=_clear_custom_headers)
@attr('fails_on_rgw')
@attr('fails_on_dho')
def test_object_create_bad_contenttype_unreadable():
key = _setup_bad_object({'Content-Type': '\x08'})