]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commitdiff
add fail_on_rgw on test_object_create_bad_authorization_unreadable
authorStephon Striplin <stephon.striplin@dreamhost.com>
Fri, 23 Sep 2011 22:14:26 +0000 (15:14 -0700)
committerStephon Striplin <stephon.striplin@dreamhost.com>
Fri, 23 Sep 2011 22:14:26 +0000 (15:14 -0700)
s3tests/functional/test_headers.py

index 3aa7bda9b49760fca6363dfbbd53d1b2523aeeb0..27bc9d45b09e3e01a0c631a532ae13402003b82f 100644 (file)
@@ -380,6 +380,7 @@ def test_object_create_bad_authorization_invalid():
 
 # the teardown is really messed up here. check it out
 @nose.with_setup(teardown=_clear_custom_headers)
+@attr('fails_on_rgw')
 def test_object_create_bad_authorization_unreadable():
     key = _setup_bad_object({'Authorization': '\x07'})