mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-25 03:47:22 +00:00
Flag test_object_create_bad_contenttype_unreadable as failing on both RGW and DHO.
This commit is contained in:
parent
76faa58bf7
commit
230ec11852
1 changed files with 2 additions and 0 deletions
|
@ -336,6 +336,8 @@ def test_object_create_bad_contenttype_none():
|
||||||
|
|
||||||
|
|
||||||
@nose.with_setup(teardown=_clear_custom_headers)
|
@nose.with_setup(teardown=_clear_custom_headers)
|
||||||
|
@attr('fails_on_rgw')
|
||||||
|
@attr('fails_on_dho')
|
||||||
def test_object_create_bad_contenttype_unreadable():
|
def test_object_create_bad_contenttype_unreadable():
|
||||||
key = _setup_bad_object({'Content-Type': '\x08'})
|
key = _setup_bad_object({'Content-Type': '\x08'})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue