mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-24 19:30:38 +00:00
add fail_on_rgw on test_object_create_bad_authorization_unreadable
This commit is contained in:
parent
377e968120
commit
2fcdc79299
1 changed files with 1 additions and 0 deletions
|
@ -380,6 +380,7 @@ def test_object_create_bad_authorization_invalid():
|
||||||
|
|
||||||
# the teardown is really messed up here. check it out
|
# the teardown is really messed up here. check it out
|
||||||
@nose.with_setup(teardown=_clear_custom_headers)
|
@nose.with_setup(teardown=_clear_custom_headers)
|
||||||
|
@attr('fails_on_rgw')
|
||||||
def test_object_create_bad_authorization_unreadable():
|
def test_object_create_bad_authorization_unreadable():
|
||||||
key = _setup_bad_object({'Authorization': '\x07'})
|
key = _setup_bad_object({'Authorization': '\x07'})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue