]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commitdiff
Flag test_object_create_bad_contenttype_unreadable as failing on both RGW and DHO.
authorTommi Virtanen <tommi.virtanen@dreamhost.com>
Thu, 11 Aug 2011 16:35:06 +0000 (09:35 -0700)
committerTommi Virtanen <tommi.virtanen@dreamhost.com>
Thu, 11 Aug 2011 16:35:06 +0000 (09:35 -0700)
s3tests/functional/test_headers.py

index 991b074cf30e530685d031329b5369c36e1d366a..c39c6266f6fa74f50fdfc9b49e2f2c2a8aa85268 100644 (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'})