From 211df8dc22cfa4e5b343f18ddc14f39177619db0 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 26 Sep 2011 13:37:16 -0700 Subject: [PATCH] add fails_on_dho to test_object_create_bad_authorization_unreadable --- s3tests/functional/test_headers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/s3tests/functional/test_headers.py b/s3tests/functional/test_headers.py index 27bc9d4..a16a3b9 100644 --- a/s3tests/functional/test_headers.py +++ b/s3tests/functional/test_headers.py @@ -381,6 +381,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') +@attr('fails_on_dho') def test_object_create_bad_authorization_unreadable(): key = _setup_bad_object({'Authorization': '\x07'})