From: Tommi Virtanen Date: Thu, 11 Aug 2011 16:35:06 +0000 (-0700) Subject: Flag test_object_create_bad_contenttype_unreadable as failing on both RGW and DHO. X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=230ec11852dfcd4c17dd43db453d597dbff35f50;p=s3-tests.git Flag test_object_create_bad_contenttype_unreadable as failing on both RGW and DHO. --- diff --git a/s3tests/functional/test_headers.py b/s3tests/functional/test_headers.py index 991b074c..c39c6266 100644 --- a/s3tests/functional/test_headers.py +++ b/s3tests/functional/test_headers.py @@ -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'})